/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-sparc.c | 153 Elf_Internal_Shdr *rel_hdr2; in elf64_sparc_slurp_reloc_table() local 166 rel_hdr2 = d->rel_hdr2; in elf64_sparc_slurp_reloc_table() 169 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf64_sparc_slurp_reloc_table() 182 rel_hdr2 = NULL; in elf64_sparc_slurp_reloc_table() 199 if (rel_hdr2 in elf64_sparc_slurp_reloc_table() 200 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr2, symbols, in elf64_sparc_slurp_reloc_table()
|
H A D | elf64-mips.c | 2563 Elf_Internal_Shdr *rel_hdr2; in mips_elf64_slurp_reloc_table() local 2580 rel_hdr2 = d->rel_hdr2; in mips_elf64_slurp_reloc_table() 2581 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in mips_elf64_slurp_reloc_table() 2585 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in mips_elf64_slurp_reloc_table() 2599 rel_hdr2 = NULL; in mips_elf64_slurp_reloc_table() 2617 if (d->rel_hdr2 != NULL) in mips_elf64_slurp_reloc_table() 2620 rel_hdr2, reloc_count2, in mips_elf64_slurp_reloc_table()
|
H A D | elfcode.h | 1416 Elf_Internal_Shdr *rel_hdr2; in elf_slurp_reloc_table() local 1433 rel_hdr2 = d->rel_hdr2; in elf_slurp_reloc_table() 1434 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in elf_slurp_reloc_table() 1438 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf_slurp_reloc_table() 1452 rel_hdr2 = NULL; in elf_slurp_reloc_table() 1467 if (rel_hdr2 in elf_slurp_reloc_table() 1469 rel_hdr2, reloc_count2, in elf_slurp_reloc_table()
|
H A D | elflink.c | 2072 if (elf_section_data (o)->rel_hdr2) in _bfd_elf_link_read_relocs() 2073 size += elf_section_data (o)->rel_hdr2->sh_size; in _bfd_elf_link_read_relocs() 2084 if (elf_section_data (o)->rel_hdr2 in _bfd_elf_link_read_relocs() 2087 elf_section_data (o)->rel_hdr2, in _bfd_elf_link_read_relocs() 2192 else if (elf_section_data (output_section)->rel_hdr2 in _bfd_elf_link_output_relocs() 7750 input_rel_hdr2 = elf_section_data (o)->rel_hdr2; in elf_link_input_bfd() 8313 if (esdi->rel_hdr2 != NULL) in bfd_elf_final_link() 8330 alt_count = NUM_SHDR_ENTRIES (esdi->rel_hdr2); in bfd_elf_final_link() 8378 if (elf_section_data (o)->rel_hdr2 in bfd_elf_final_link() 8380 (abfd, elf_section_data (o)->rel_hdr2, o))) in bfd_elf_final_link() [all …]
|
H A D | elf32-m32r.c | 4116 BFD_ASSERT (esd->rel_hdr2 == NULL); in m32r_elf_fake_sections() 4117 esd->rel_hdr2 = bfd_zalloc (abfd, amt); in m32r_elf_fake_sections() 4118 if (!esd->rel_hdr2) in m32r_elf_fake_sections() 4120 _bfd_elf_init_reloc_shdr (abfd, esd->rel_hdr2, sec, in m32r_elf_fake_sections()
|
H A D | elf.c | 2110 BFD_ASSERT (elf_section_data (target_sect)->rel_hdr2 == NULL); in bfd_section_from_shdr() 2113 elf_section_data (target_sect)->rel_hdr2 = hdr2; in bfd_section_from_shdr() 3034 if (d->rel_hdr2) in assign_section_numbers() 3039 _bfd_elf_strtab_addref (elf_shstrtab (abfd), d->rel_hdr2->sh_name); in assign_section_numbers() 3120 i_shdrp[d->rel_idx2] = d->rel_hdr2; in assign_section_numbers() 3134 d->rel_hdr2->sh_link = t->symtab_section; in assign_section_numbers() 3135 d->rel_hdr2->sh_info = d->this_idx; in assign_section_numbers()
|
H A D | elf-bfd.h | 1089 Elf_Internal_Shdr *rel_hdr2; member
|
H A D | elf64-ppc.c | 6668 BFD_ASSERT (elf_section_data (sec)->rel_hdr2 == NULL); in ppc64_elf_edit_opd() 7455 BFD_ASSERT (elf_section_data (toc)->rel_hdr2 == NULL); in ppc64_elf_edit_toc()
|
H A D | ChangeLog-9697 | 4731 (struct bfd_elf_section_data): Add rel_hdr2 field. 4761 section for the section, add the new one to rel_hdr2. Increment
|
H A D | elfxx-mips.c | 7731 rel_hdr = elf_section_data (input_section)->rel_hdr2; in _bfd_mips_elf_relocate_section()
|
H A D | ChangeLog-9899 | 1757 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
|
H A D | ChangeLog-0203 | 4193 and rel_hdr2 when initially counting input relocs rather than after
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfcode.h | 1338 Elf_Internal_Shdr *rel_hdr2; in elf_slurp_reloc_table() local 1355 rel_hdr2 = d->rel_hdr2; in elf_slurp_reloc_table() 1356 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in elf_slurp_reloc_table() 1360 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf_slurp_reloc_table() 1374 rel_hdr2 = NULL; in elf_slurp_reloc_table() 1389 if (rel_hdr2 in elf_slurp_reloc_table() 1391 rel_hdr2, reloc_count2, in elf_slurp_reloc_table()
|
H A D | elf64-mips.c | 2182 Elf_Internal_Shdr *rel_hdr2; in mips_elf64_slurp_reloc_table() local 2199 rel_hdr2 = d->rel_hdr2; in mips_elf64_slurp_reloc_table() 2200 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in mips_elf64_slurp_reloc_table() 2204 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in mips_elf64_slurp_reloc_table() 2218 rel_hdr2 = NULL; in mips_elf64_slurp_reloc_table() 2236 if (d->rel_hdr2 != NULL) in mips_elf64_slurp_reloc_table() 2239 rel_hdr2, reloc_count2, in mips_elf64_slurp_reloc_table()
|
H A D | elf64-sparc.c | 457 Elf_Internal_Shdr *rel_hdr2; local 470 rel_hdr2 = d->rel_hdr2; 473 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); 486 rel_hdr2 = NULL; 503 if (rel_hdr2 504 && !sparc64_elf_slurp_one_reloc_table (abfd, asect, rel_hdr2, symbols,
|
H A D | elflink.c | 1893 if (elf_section_data (o)->rel_hdr2) in _bfd_elf_link_read_relocs() 1894 size += elf_section_data (o)->rel_hdr2->sh_size; in _bfd_elf_link_read_relocs() 1905 if (elf_section_data (o)->rel_hdr2 in _bfd_elf_link_read_relocs() 1908 elf_section_data (o)->rel_hdr2, in _bfd_elf_link_read_relocs() 2011 else if (elf_section_data (output_section)->rel_hdr2 in _bfd_elf_link_output_relocs() 6868 input_rel_hdr2 = elf_section_data (o)->rel_hdr2; in elf_link_input_bfd() 7286 if (esdi->rel_hdr2 != NULL) in bfd_elf_final_link() 7303 alt_count = NUM_SHDR_ENTRIES (esdi->rel_hdr2); in bfd_elf_final_link() 7352 if (elf_section_data (o)->rel_hdr2 in bfd_elf_final_link() 7354 (abfd, elf_section_data (o)->rel_hdr2, o))) in bfd_elf_final_link() [all …]
|
H A D | elflink.h | 2868 if (elf_section_data (o)->rel_hdr2) 2869 size += elf_section_data (o)->rel_hdr2->sh_size; 2882 elf_section_data (o)->rel_hdr2, 5281 if (esdi->rel_hdr2 != NULL) 5283 bfd_size_type entsize2 = esdi->rel_hdr2->sh_entsize; 5298 alt_count = NUM_SHDR_ENTRIES (esdi->rel_hdr2); 5348 if (elf_section_data (o)->rel_hdr2 5350 elf_section_data (o)->rel_hdr2, 5787 if (elf_section_data (o)->rel_hdr2 != NULL) 6736 else if (elf_section_data (output_section)->rel_hdr2 [all …]
|
H A D | elf32-m32r.c | 4703 BFD_ASSERT (esd->rel_hdr2 == NULL); 4704 esd->rel_hdr2 = (Elf_Internal_Shdr *) bfd_zalloc (abfd, amt); 4705 if (!esd->rel_hdr2) 4707 _bfd_elf_init_reloc_shdr (abfd, esd->rel_hdr2, sec,
|
H A D | elf.c | 1890 BFD_ASSERT (elf_section_data (target_sect)->rel_hdr2 == NULL); in bfd_section_from_shdr() 1893 elf_section_data (target_sect)->rel_hdr2 = hdr2; in bfd_section_from_shdr() 2663 if (d->rel_hdr2) in assign_section_numbers() 2668 _bfd_elf_strtab_addref (elf_shstrtab (abfd), d->rel_hdr2->sh_name); in assign_section_numbers() 2750 i_shdrp[d->rel_idx2] = d->rel_hdr2; in assign_section_numbers() 2764 d->rel_hdr2->sh_link = t->symtab_section; in assign_section_numbers() 2765 d->rel_hdr2->sh_info = d->this_idx; in assign_section_numbers()
|
H A D | elf-bfd.h | 989 Elf_Internal_Shdr *rel_hdr2; member
|
H A D | elf64-ppc.c | 5231 BFD_ASSERT (elf_section_data (sec)->rel_hdr2 == NULL); in ppc64_elf_edit_opd()
|
H A D | elfxx-mips.c | 6243 rel_hdr = elf_section_data (input_section)->rel_hdr2; in _bfd_mips_elf_relocate_section()
|
H A D | ChangeLog-9697 | 4731 (struct bfd_elf_section_data): Add rel_hdr2 field. 4761 section for the section, add the new one to rel_hdr2. Increment
|
H A D | ChangeLog-9899 | 1757 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
|
H A D | ChangeLog-0203 | 4193 and rel_hdr2 when initially counting input relocs rather than after
|