Home
last modified time | relevance | path

Searched refs:rel_hdr2 (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-sparc.c153 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 Delf64-mips.c2563 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 Delfcode.h1416 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 Delflink.c2072 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 Delf32-m32r.c4116 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 Delf.c2110 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 Delf-bfd.h1089 Elf_Internal_Shdr *rel_hdr2; member
H A Delf64-ppc.c6668 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 DChangeLog-96974731 (struct bfd_elf_section_data): Add rel_hdr2 field.
4761 section for the section, add the new one to rel_hdr2. Increment
H A Delfxx-mips.c7731 rel_hdr = elf_section_data (input_section)->rel_hdr2; in _bfd_mips_elf_relocate_section()
H A DChangeLog-98991757 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
H A DChangeLog-02034193 and rel_hdr2 when initially counting input relocs rather than after
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfcode.h1338 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 Delf64-mips.c2182 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 Delf64-sparc.c457 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 Delflink.c1893 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 Delflink.h2868 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 Delf32-m32r.c4703 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 Delf.c1890 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 Delf-bfd.h989 Elf_Internal_Shdr *rel_hdr2; member
H A Delf64-ppc.c5231 BFD_ASSERT (elf_section_data (sec)->rel_hdr2 == NULL); in ppc64_elf_edit_opd()
H A Delfxx-mips.c6243 rel_hdr = elf_section_data (input_section)->rel_hdr2; in _bfd_mips_elf_relocate_section()
H A DChangeLog-96974731 (struct bfd_elf_section_data): Add rel_hdr2 field.
4761 section for the section, add the new one to rel_hdr2. Increment
H A DChangeLog-98991757 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
H A DChangeLog-02034193 and rel_hdr2 when initially counting input relocs rather than after