Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c5108 struct got_entry **local_got_ents = elf_local_got_ents (abfd); in update_local_sym_info() local
5112 if (local_got_ents == NULL) in update_local_sym_info()
5116 size *= (sizeof (*local_got_ents) in update_local_sym_info()
5119 local_got_ents = bfd_zalloc (abfd, size); in update_local_sym_info()
5120 if (local_got_ents == NULL) in update_local_sym_info()
5122 elf_local_got_ents (abfd) = local_got_ents; in update_local_sym_info()
5129 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next) in update_local_sym_info()
5140 ent->next = local_got_ents[r_symndx]; in update_local_sym_info()
5146 local_got_ents[r_symndx] = ent; in update_local_sym_info()
5151 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