Lines Matching refs:lgot_ents
7261 struct got_entry **lgot_ents; in get_sym_h() local
7265 lgot_ents = elf_local_got_ents (ibfd); in get_sym_h()
7266 if (lgot_ents != NULL) in get_sym_h()
7269 (lgot_ents + symtab_hdr->sh_info); in get_sym_h()
9717 struct got_entry **lgot_ents; in ppc64_elf_size_dynamic_sections() local
9754 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_size_dynamic_sections()
9755 if (!lgot_ents) in ppc64_elf_size_dynamic_sections()
9760 end_lgot_ents = lgot_ents + locsymcount; in ppc64_elf_size_dynamic_sections()
9765 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks) in ppc64_elf_size_dynamic_sections()
9769 pent = lgot_ents; in ppc64_elf_size_dynamic_sections()
11360 struct got_entry **lgot_ents; in ppc64_elf_layout_multitoc() local
11372 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_layout_multitoc()
11373 if (!lgot_ents) in ppc64_elf_layout_multitoc()
11378 end_lgot_ents = lgot_ents + locsymcount; in ppc64_elf_layout_multitoc()
11383 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks) in ppc64_elf_layout_multitoc()
11387 for (ent = *lgot_ents; ent != NULL; ent = ent->next) in ppc64_elf_layout_multitoc()