Searched refs:create_got_section (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf64-s390.c | 39 static bfd_boolean create_got_section 766 create_got_section (dynobj, info) in create_got_section() function 805 if (!htab->sgot && !create_got_section (dynobj, info)) 1025 if (!create_got_section (htab->elf.dynobj, info))
|
| H A D | elf32-s390.c | 39 static bfd_boolean create_got_section 811 create_got_section (dynobj, info) in create_got_section() function 850 if (!htab->sgot && !create_got_section (dynobj, info)) 1066 if (!create_got_section (htab->elf.dynobj, info))
|
| H A D | elf64-x86-64.c | 572 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function 607 if (!htab->sgot && !create_got_section (dynobj, info)) in elf64_x86_64_create_dynamic_sections() 913 if (!create_got_section (htab->elf.dynobj, info)) in elf64_x86_64_check_relocs()
|
| H A D | elf32-i386.c | 770 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function 805 if (!htab->sgot && !create_got_section (dynobj, info)) in elf_i386_create_dynamic_sections() 1109 if (!create_got_section (htab->elf.dynobj, info)) in elf_i386_check_relocs()
|
| H A D | elfxx-sparc.c | 880 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function 924 if (!htab->sgot && !create_got_section (dynobj, info)) in _bfd_sparc_elf_create_dynamic_sections() 1260 if (!create_got_section (htab->elf.dynobj, info)) in _bfd_sparc_elf_check_relocs()
|
| H A D | elf32-arm.c | 2303 create_got_section (bfd *dynobj, struct bfd_link_info *info) in create_got_section() function 2343 if (!htab->sgot && !create_got_section (dynobj, info)) in elf32_arm_create_dynamic_sections() 7670 if (!create_got_section (htab->root.dynobj, info)) in elf32_arm_check_relocs()
|
| H A D | ChangeLog-0203 | 760 (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.
|
| H A D | ChangeLog-2006 | 2551 (create_got_section): Initialize sgotplt for VxWorks. 3047 (create_got_section): Use RELOC_SECTION.
|
| H A D | elf64-ppc.c | 3935 create_got_section (bfd *abfd, struct bfd_link_info *info) in create_got_section() function 4620 && !create_got_section (abfd, info)) in ppc64_elf_check_relocs()
|
| H A D | ChangeLog-0001 | 1110 (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.
|