Searched refs:relgot (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | elf32-ppc.c | 2407 asection *relgot; member 2572 htab->relgot = bfd_make_section_with_flags (abfd, ".rela.got", flags); in ppc_elf_create_got() 2573 if (!htab->relgot in ppc_elf_create_got() 2574 || ! bfd_set_section_alignment (abfd, htab->relgot, 2)) in ppc_elf_create_got() 4648 htab->relgot->size += need * (sizeof (Elf32_External_Rela) / 4); in allocate_dynrelocs() 4886 htab->relgot->size += (need in ppc_elf_size_dynamic_sections() 4898 htab->relgot->size += sizeof (Elf32_External_Rela); in ppc_elf_size_dynamic_sections() 6149 loc = htab->relgot->contents; in ppc_elf_relocate_section() 6150 loc += (htab->relgot->reloc_count++ in ppc_elf_relocate_section() 6173 loc = htab->relgot->contents; in ppc_elf_relocate_section() [all …]
|
| HD | elf64-ppc.c | 2399 asection *relgot; member 3868 asection *got, *relgot; in create_got_section() local 3890 relgot = bfd_make_section_anyway_with_flags (abfd, ".rela.got", in create_got_section() 3892 if (!relgot in create_got_section() 3893 || ! bfd_set_section_alignment (abfd, relgot, 3)) in create_got_section() 3897 ppc64_elf_tdata (abfd)->relgot = relgot; in create_got_section() 7696 ppc64_elf_tdata (gent->owner)->relgot->size in allocate_dynrelocs() 7874 srel = ppc64_elf_tdata (ibfd)->relgot; in ppc64_elf_size_dynamic_sections() 7914 srel = ppc64_elf_tdata (ibfd)->relgot; in ppc64_elf_size_dynamic_sections() 8043 s = ppc64_elf_tdata (ibfd)->relgot; in ppc64_elf_size_dynamic_sections() [all …]
|
| HD | ChangeLog-0203 | 2147 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got". 2616 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt. 4288 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss, 10045 relocs, .got or .relgot here but do it in allocate_dynrelocs. 10055 .relgot space here.
|
| HD | ChangeLog-0001 | 1068 .got or .relgot here but do it in allocate_dynrelocs. Reference count 1096 .relgot space here. 4077 .relgot space here. 4083 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
|