Searched refs:srelplt2 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfxx-sparc.h | 70 asection *srelplt2; member
|
D | elf32-i386.c | 876 asection *srelplt2; member 1111 &htab->srelplt2)) in elf_i386_create_dynamic_sections() 2771 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2); in elf_i386_allocate_dynrelocs() 2777 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2); in elf_i386_allocate_dynrelocs() 3419 && s != htab->srelplt2) in elf_i386_size_dynamic_sections() 5328 loc = (htab->srelplt2->contents + reloc_index in elf_i386_finish_dynamic_symbol() 5797 htab->srelplt2->contents); in elf_i386_finish_dynamic_sections() 5804 htab->srelplt2->contents + in elf_i386_finish_dynamic_sections() 5821 p = htab->srelplt2->contents; in elf_i386_finish_dynamic_sections()
|
D | elfxx-sparc.c | 1216 if (!elf_vxworks_create_dynamic_sections (dynobj, info, &htab->srelplt2)) in _bfd_sparc_elf_create_dynamic_sections() 2266 htab->srelplt2->size = sizeof (Elf32_External_Rela) * 2; in allocate_dynrelocs() 2319 htab->srelplt2->size += sizeof (Elf32_External_Rela) * 3; in allocate_dynrelocs() 4280 loc = (htab->srelplt2->contents in sparc_vxworks_build_plt_entry() 4685 loc = htab->srelplt2->contents; in sparc_vxworks_finish_exec_plt() 4704 while (loc < htab->srelplt2->contents + htab->srelplt2->size) in sparc_vxworks_finish_exec_plt()
|
D | elf32-sh.c | 2482 asection *srelplt2; member 2794 if (!elf_vxworks_create_dynamic_sections (abfd, info, &htab->srelplt2)) in sh_elf_create_dynamic_sections() 3033 htab->srelplt2->size += sizeof (Elf32_External_Rela); in allocate_dynrelocs() 3038 htab->srelplt2->size += sizeof (Elf32_External_Rela) * 2; in allocate_dynrelocs() 3545 if (s->size != 0 && s != htab->srelplt && s != htab->srelplt2) in sh_elf_size_dynamic_sections() 6876 loc = (htab->srelplt2->contents in sh_elf_finish_dynamic_symbol() 7199 loc = htab->srelplt2->contents; in sh_elf_finish_dynamic_sections() 7212 while (loc < htab->srelplt2->contents + htab->srelplt2->size) in sh_elf_finish_dynamic_sections()
|
D | elf32-ppc.c | 3276 asection *srelplt2; member 3584 && !elf_vxworks_create_dynamic_sections (abfd, info, &htab->srelplt2)) in ppc_elf_create_dynamic_sections() 6026 htab->srelplt2->size in allocate_dynrelocs() 6031 htab->srelplt2->size in allocate_dynrelocs() 10056 loc = htab->srelplt2->contents in ppc_elf_finish_dynamic_symbol() 10453 loc = htab->srelplt2->contents; in ppc_elf_finish_dynamic_sections() 10476 while (loc < htab->srelplt2->contents + htab->srelplt2->size) in ppc_elf_finish_dynamic_sections()
|
D | ChangeLog-2006 | 1291 (elf_sh_link_hash_table): Add srelplt2, plt_info and vxworks_p fields. 2570 srelplt2, sgotplt, plt_header_size and plt_entry_size fields. 2771 srelplt2, sgotplt, splt, plt_header_size and plt_entry_size fields. 3045 (elf32_arm_link_hash_table): Add vxworks_p and srelplt2 fields. 3052 (elf32_arm_link_hash_table_create): Initialize vxworks_p and srelplt2.
|
D | elfxx-mips.c | 457 asection *srelplt2; member 7779 && !elf_vxworks_create_dynamic_sections (abfd, info, &htab->srelplt2)) in _bfd_mips_elf_create_dynamic_sections() 9100 htab->srelplt2->size += 2 * sizeof (Elf32_External_Rela); in _bfd_mips_elf_adjust_dynamic_symbol() 9197 htab->srelplt2->size += 3 * sizeof (Elf32_External_Rela); in _bfd_mips_elf_adjust_dynamic_symbol() 11096 loc = (htab->srelplt2->contents in _bfd_mips_vxworks_finish_dynamic_symbol() 11319 loc = htab->srelplt2->contents; in mips_vxworks_finish_exec_plt() 11336 while (loc < htab->srelplt2->contents + htab->srelplt2->size) in mips_vxworks_finish_exec_plt()
|
D | ChangeLog-2005 | 1673 (ppc_elf_link_hash_table): Add srelplt2, sgotplt, hgot, hplt, 2888 (elf_i386_link_hash_table): Add srelplt2, hgot, hplt, is_vxworks and
|