Home
last modified time | relevance | path

Searched refs:local_got_ents (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-arc.c1046 static struct got_entry **local_got_ents = NULL; in arc_get_local_got_ents() local
1048 if (local_got_ents == NULL) in arc_get_local_got_ents()
1054 local_got_ents = (struct got_entry **) in arc_get_local_got_ents()
1056 if (local_got_ents == NULL) in arc_get_local_got_ents()
1059 memset (local_got_ents, 0, sizeof(struct got_entry *) * size); in arc_get_local_got_ents()
1060 elf_local_got_ents (abfd) = local_got_ents; in arc_get_local_got_ents()
1063 return local_got_ents; in arc_get_local_got_ents()
1092 struct got_entry ** local_got_ents; in elf_arc_relocate_section() local
1254 local_got_ents = arc_get_local_got_ents (output_bfd); in elf_arc_relocate_section()
1255 entry = local_got_ents[r_symndx]; in elf_arc_relocate_section()
[all …]
Delf64-ppc.c5218 struct got_entry **local_got_ents = elf_local_got_ents (abfd); in update_local_sym_info() local
5222 if (local_got_ents == NULL) in update_local_sym_info()
5226 size *= (sizeof (*local_got_ents) in update_local_sym_info()
5229 local_got_ents = bfd_zalloc (abfd, size); in update_local_sym_info()
5230 if (local_got_ents == NULL) in update_local_sym_info()
5232 elf_local_got_ents (abfd) = local_got_ents; in update_local_sym_info()
5239 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next) in update_local_sym_info()
5250 ent->next = local_got_ents[r_symndx]; in update_local_sym_info()
5256 local_got_ents[r_symndx] = ent; in update_local_sym_info()
5261 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info); in update_local_sym_info()
[all …]
DChangeLog-20091665 Don't bump local_got_ents for PLT_IFUNC. Return local_plt