Home
last modified time | relevance | path

Searched refs:create_got_section (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-lm32.c204 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
1324 if (! create_got_section (dynobj, info)) in lm32_elf_check_relocs()
1340 if (! create_got_section (dynobj, info)) in lm32_elf_check_relocs()
2464 if (! create_got_section (abfd, info)) in lm32_elf_create_dynamic_sections()
2522 && ! create_got_section (abfd, info)) in lm32_elf_create_dynamic_sections()
Delf32-or1k.c1365 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
1536 if (! create_got_section (dynobj, info)) in or1k_elf_check_relocs()
2656 if (!htab->sgot && !create_got_section (dynobj, info)) in or1k_elf_create_dynamic_sections()
Delf32-m32r.c1608 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
1693 && ! create_got_section (abfd, info)) in m32r_elf_create_dynamic_sections()
3780 if (! create_got_section (dynobj, info)) in m32r_elf_check_relocs()
Delf32-microblaze.c2252 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
2398 if (!create_got_section (htab->elf.dynobj, info)) in microblaze_elf_check_relocs()
2548 if (!htab->sgot && !create_got_section (dynobj, info)) in microblaze_elf_create_dynamic_sections()
DChangeLog-20051564 (create_got_section): Always create new .got and .rela.got sections.
2918 * elf32-arm.c (create_got_section): Likewise.
2929 * elf32-i386.c (create_got_section): Likewise.
2932 (create_got_section): Likewise.
2940 * elf32-s390.c (create_got_section): Likewise.
2942 * elf32-sh.c (create_got_section): Likewise.
2962 * elf64-s390.c (create_got_section): Likewise.
2966 * elf64-x86-64.c (create_got_section): Likewise.
2981 * elfxx-sparc.c (create_got_section): Likewise.
5182 (create_got_section): Use BFD_ASSERT instead of abort.
[all …]
Delf32-s390.c823 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
850 if (!htab->elf.sgot && !create_got_section (dynobj, info)) in elf_s390_create_dynamic_sections()
1090 if (!create_got_section (htab->elf.dynobj, info)) in elf_s390_check_relocs()
Delf64-s390.c735 create_got_section (bfd *dynobj, in create_got_section() function
769 if (!htab->elf.sgot && !create_got_section (dynobj, info)) in elf_s390_create_dynamic_sections()
1017 if (!create_got_section (htab->elf.dynobj, info)) in elf_s390_check_relocs()
DChangeLog-20092108 * elf32-arm.c (create_got_section): Get existing .rela.got
2111 * elf32-lm32.c (create_got_section): Likewise.
2112 * elf32-m32r.c (create_got_section): Likewise.
2114 * elf32-s390.c (create_got_section): Likewise.
2115 * elf32-sh.c (create_got_section): Likewise.
2117 * elf64-s390.c (create_got_section): Likewise.
2118 * elfxx-sparc.c (create_got_section): Likewise.
2847 (create_got_section): Likewise.
2860 (create_got_section): Likewise.
Delf32-nios2.c3591 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
3629 if (!htab->root.sgot && !create_got_section (dynobj, info)) in nios2_elf32_create_dynamic_sections()
3886 if (!create_got_section (htab->root.dynobj, info)) in nios2_elf32_check_relocs()
Delf32-sh.c2604 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
2740 && !create_got_section (abfd, info)) in sh_elf_create_dynamic_sections()
6124 if (!create_got_section (htab->root.dynobj, info)) in sh_elf_check_relocs()
DChangeLog-0203760 (create_got_section): New.
2149 (create_got_section): Create header .got in dynobj. Create .got
2151 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
2324 create_got_section if we already have done so.
4755 create_got_section, elf32_sparc_create_dynamic_sections,
6763 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
6773 (sh_elf_create_dynamic_sections): Use create_got_section instead
6796 (sh_elf_check_relocs): Call create_got_section if the short-cut
7736 * elf64-s390.c (create_got_section): Set .got section alignment to
10041 (create_got_section): New.
DChangeLog-2010214 (create_got_section, elf32_arm_link_hash_table_create): Don't set them.
1996 (create_got_section): Create .got.funcdesc, .rela.got.funcdesc
2997 * elfxx-sparc.c (create_got_section): Delete.
DChangeLog-20062551 (create_got_section): Initialize sgotplt for VxWorks.
3047 (create_got_section): Use RELOC_SECTION.
Delf32-nds32.c3392 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
3482 if (htab->sgot == NULL && !create_got_section (abfd, info)) in nds32_elf_create_dynamic_sections()
6398 if (!create_got_section (dynobj, info)) in nds32_elf_check_relocs()
Delf32-arm.c3295 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function
3405 if (!htab->root.sgot && !create_got_section (dynobj, info)) in elf32_arm_create_dynamic_sections()
12813 && !create_got_section (htab->root.dynobj, info)) in elf32_arm_check_relocs()
DChangeLog-00011110 (create_got_section): New function.
1725 (create_got_section): New function.
1726 (ppc64_elf_create_dynamic_sections): Call create_got_section. Stash
4095 (create_got_section): New function.
Delf64-ppc.c4499 create_got_section (bfd *abfd, struct bfd_link_info *info) in create_got_section() function
5374 && !create_got_section (abfd, info)) in ppc64_elf_check_relocs()
DChangeLog-20122990 * elf32-microblaze.c (create_got_section):
DChangeLog2632 (create_got_section): Create _gp_got symbol.
DChangeLog-20041491 (create_got_section): Don't create sections when generating BPABI