Searched refs:srelplt2 (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-sparc.h | 68 asection *srelplt2; member
|
H A D | elf32-i386.c | 661 asection *srelplt2; member 756 ret->srelplt2 = NULL; in elf_i386_link_hash_table_create() 818 && !elf_vxworks_create_dynamic_sections (dynobj, info, &htab->srelplt2)) in elf_i386_create_dynamic_sections() 1679 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2); in allocate_dynrelocs() 1685 htab->srelplt2->size += (sizeof (Elf32_External_Rel) * 2); in allocate_dynrelocs() 2069 if (s->size != 0 && s != htab->srelplt && s != htab->srelplt2) in elf_i386_size_dynamic_sections() 3535 loc = (htab->srelplt2->contents + reloc_index in elf_i386_finish_dynamic_symbol() 3811 htab->srelplt2->contents); in elf_i386_finish_dynamic_sections() 3818 htab->srelplt2->contents + in elf_i386_finish_dynamic_sections() 3834 p = htab->srelplt2->contents; in elf_i386_finish_dynamic_sections()
|
H A D | elfxx-sparc.c | 911 if (!elf_vxworks_create_dynamic_sections (dynobj, info, &htab->srelplt2)) in _bfd_sparc_elf_create_dynamic_sections() 1888 htab->srelplt2->size = sizeof (Elf32_External_Rela) * 2; in allocate_dynrelocs() 1938 htab->srelplt2->size += sizeof (Elf32_External_Rela) * 3; in allocate_dynrelocs() 3586 loc = (htab->srelplt2->contents in sparc_vxworks_build_plt_entry() 3917 loc = htab->srelplt2->contents; in sparc_vxworks_finish_exec_plt() 3936 while (loc < htab->srelplt2->contents + htab->srelplt2->size) in sparc_vxworks_finish_exec_plt()
|
H A D | elf32-arm.c | 1761 asection *srelplt2; member 1881 if (!elf_vxworks_create_dynamic_sections (dynobj, info, &htab->srelplt2)) in elf32_arm_create_dynamic_sections() 1992 ret->srelplt2 = NULL; in elf32_arm_link_hash_table_create() 6456 htab->srelplt2->size += RELOC_SIZE (htab); in allocate_dynrelocs() 6461 htab->srelplt2->size += RELOC_SIZE (htab) * 2; in allocate_dynrelocs() 6820 if (s != htab->srelplt && s != htab->srelplt2) in elf32_arm_size_dynamic_sections() 7038 loc = (htab->srelplt2->contents in elf32_arm_finish_dynamic_symbol() 7408 htab->srelplt2->contents); in elf32_arm_finish_dynamic_sections() 7443 p = htab->srelplt2->contents + RELOC_SIZE (htab); in elf32_arm_finish_dynamic_sections()
|
H A D | elf32-ppc.c | 2372 asection *srelplt2; member 2553 && !elf_vxworks_create_dynamic_sections (abfd, info, &htab->srelplt2)) in ppc_elf_create_dynamic_sections() 4438 htab->srelplt2->size in allocate_dynrelocs() 4443 htab->srelplt2->size in allocate_dynrelocs() 6848 loc = htab->srelplt2->contents in ppc_elf_finish_dynamic_symbol() 7208 loc = htab->srelplt2->contents; in ppc_elf_finish_dynamic_sections() 7231 while (loc < htab->srelplt2->contents + htab->srelplt2->size) in ppc_elf_finish_dynamic_sections()
|
H A D | ChangeLog | 322 srelplt2, sgotplt, plt_header_size and plt_entry_size fields. 505 srelplt2, sgotplt, splt, plt_header_size and plt_entry_size fields. 780 (elf32_arm_link_hash_table): Add vxworks_p and srelplt2 fields. 787 (elf32_arm_link_hash_table_create): Initialize vxworks_p and srelplt2.
|
H A D | elfxx-mips.c | 331 asection *srelplt2; member 6078 if (!elf_vxworks_create_dynamic_sections (abfd, info, &htab->srelplt2)) in _bfd_mips_elf_create_dynamic_sections() 7001 htab->srelplt2->size += 2 * sizeof (Elf32_External_Rela); in _bfd_mips_vxworks_adjust_dynamic_symbol() 7026 htab->srelplt2->size += 3 * sizeof (Elf32_External_Rela); in _bfd_mips_vxworks_adjust_dynamic_symbol() 8379 loc = (htab->srelplt2->contents in _bfd_mips_vxworks_finish_dynamic_symbol() 8508 loc = htab->srelplt2->contents; in mips_vxworks_finish_exec_plt() 8525 while (loc < htab->srelplt2->contents + htab->srelplt2->size) in mips_vxworks_finish_exec_plt() 10065 ret->srelplt2 = NULL; in _bfd_mips_elf_link_hash_table_create()
|
H A 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
|