Searched defs:file_header (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar5.c | 91 struct file_header { struct 92 ssize_t bytes_remaining; 93 ssize_t unpacked_size; 94 int64_t last_offset; /* Used in sanity checks. */ 95 int64_t last_size; /* Used in sanity checks. */ 97 uint8_t solid : 1; /* Is this a solid stream? */ 98 uint8_t service : 1; /* Is this file a service data? */ 99 uint8_t eof : 1; /* Did we finish unpacking the file? */ 100 uint8_t dir : 1; /* Is this file entry a directory? */ 103 uint64_t e_mtime; [all …]
|
H A D | archive_write_set_format_zip.c | 146 unsigned char *file_header; member
|
H A D | archive_read_support_format_rar.c | 1361 struct rar_file_header file_header; in read_header() local
|
/dflybsd-src/usr.bin/sort/ |
H A D | file.c | 90 struct file_header struct 92 struct file_reader *fr; 93 struct sort_list_item *si; /* current top line */ 94 size_t file_pos;
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | layout.cc | 2472 Output_file_header* file_header, in relaxation_loop_body() 2747 Output_file_header* file_header = new Output_file_header(target, symtab, in finalize() local 3739 Layout::set_relocatable_section_offsets(Output_data* file_header, in set_relocatable_section_offsets()
|
H A D | script-sections.cc | 4408 Script_sections::put_headers_in_phdrs(Output_data* file_header, in put_headers_in_phdrs()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | layout.cc | 2768 Output_file_header* file_header, in relaxation_loop_body() 3049 Output_file_header* file_header = new Output_file_header(target, symtab, in finalize() local 4133 Layout::set_relocatable_section_offsets(Output_data* file_header, in set_relocatable_section_offsets()
|
H A D | script-sections.cc | 4501 Script_sections::put_headers_in_phdrs(Output_data* file_header, in put_headers_in_phdrs()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | readelf.c | 205 Elf_Internal_Ehdr file_header; member
|