Home
last modified time | relevance | path

Searched refs:file_header (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c273 Elf_Internal_Ehdr file_header; member
425 if (filedata->file_header.e_machine == EM_ARM) \
928 if (ndx >= filedata->file_header.e_shnum) in printable_section_name_from_index()
944 for (i = 0; i < filedata->file_header.e_shnum; i++) in find_section()
964 for (i = 0; i < filedata->file_header.e_shnum; i++) in find_section_by_address()
983 for (i = 0; i < filedata->file_header.e_shnum; i++) in find_section_by_type()
1010 if (i >= filedata->file_header.e_shnum) in find_section_in_set()
1030 return filedata->file_header.e_machine == EM_IA_64 in is_ia64_vms()
1031 && filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS; in is_ia64_vms()
1240 if (filedata->file_header.e_machine == EM_MIPS in slurp_rela_relocs()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c278 Elf_Internal_Ehdr file_header; member
432 && ndx < filedata->file_header.e_shnum in section_index_real()
462 if (filedata->file_header.e_machine == EM_ARM) \
960 return filedata->file_header.e_machine == EM_IA_64 in is_ia64_vms()
961 && filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS; in is_ia64_vms()
982 switch (filedata->file_header.e_machine) in printable_section_name_from_index()
1004 if (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_HPUX in printable_section_name_from_index()
1017 && ndx < filedata->file_header.e_shnum) in printable_section_name_from_index()
1038 else if (filedata->file_header.e_shnum != 0 in printable_section_name_from_index()
1039 && ndx >= filedata->file_header.e_shnum) in printable_section_name_from_index()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-mkopc.c263 static const char file_header[] = variable
288 printf ("%s", file_header); in dumpTable()
H A DChangeLog-201227 * s390-mkopc.c (file_header): Add const.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds390-mkopc.c314 static const char file_header[] = variable
340 printf ("%s", file_header); in dumpTable()
H A DChangeLog-201227 * s390-mkopc.c (file_header): Add const.
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.h200 put_headers_in_phdrs(Output_data* file_header, Output_data* segment_headers);
H A Dlayout.cc2773 Output_file_header* file_header, in relaxation_loop_body() argument
2814 file_header->finalize_data_size(); in relaxation_loop_body()
2816 size_t sizeof_headers = (file_header->data_size() in relaxation_loop_body()
2849 load_seg->add_initial_output_data(file_header); in relaxation_loop_body()
2857 ss->put_headers_in_phdrs(file_header, segment_headers); in relaxation_loop_body()
2870 off = this->set_relocatable_section_offsets(file_header, pshndx); in relaxation_loop_body()
3056 Output_file_header* file_header = new Output_file_header(target, symtab, in finalize() local
3059 this->special_output_list_.push_back(file_header); in finalize()
3081 phdr_seg, segment_headers, file_header, in finalize()
3152 file_header->set_section_info(this->section_headers_, shstrtab_section); in finalize()
[all …]
H A Dscript-sections.cc4501 Script_sections::put_headers_in_phdrs(Output_data* file_header, in put_headers_in_phdrs() argument
4514 (*p)->segment()->add_initial_output_data(file_header); in put_headers_in_phdrs()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-sections.h200 put_headers_in_phdrs(Output_data* file_header, Output_data* segment_headers);
H A Dlayout.cc2777 Output_file_header* file_header, in relaxation_loop_body() argument
2818 file_header->finalize_data_size(); in relaxation_loop_body()
2820 size_t sizeof_headers = (file_header->data_size() in relaxation_loop_body()
2853 load_seg->add_initial_output_data(file_header); in relaxation_loop_body()
2861 ss->put_headers_in_phdrs(file_header, segment_headers); in relaxation_loop_body()
2874 off = this->set_relocatable_section_offsets(file_header, pshndx); in relaxation_loop_body()
3060 Output_file_header* file_header = new Output_file_header(target, symtab, in finalize() local
3063 this->special_output_list_.push_back(file_header); in finalize()
3085 phdr_seg, segment_headers, file_header, in finalize()
3156 file_header->set_section_info(this->section_headers_, shstrtab_section); in finalize()
[all …]
H A Dscript-sections.cc4501 Script_sections::put_headers_in_phdrs(Output_data* file_header, in put_headers_in_phdrs() argument
4514 (*p)->segment()->add_initial_output_data(file_header); in put_headers_in_phdrs()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c111 typedef struct file_header file_header_t;
119 struct file_header { struct
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-201227 * s390-mkopc.c (file_header): Add const.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-201227 * s390-mkopc.c (file_header): Add const.