Lines Matching refs:pent

7144   struct plt_entry *pent;  in global_entry_stub()  local
7150 for (pent = h->plt.plist; pent != NULL; pent = pent->next) in global_entry_stub()
7151 if (pent->plt.refcount > 0 in global_entry_stub()
7152 && pent->addend == 0) in global_entry_stub()
9549 merge_got_entries (struct got_entry **pent) in merge_got_entries() argument
9553 for (ent = *pent; ent != NULL; ent = ent->next) in merge_got_entries()
9769 struct plt_entry *pent; in allocate_dynrelocs() local
9771 for (pent = h->plt.plist; pent != NULL; pent = pent->next) in allocate_dynrelocs()
9772 if (pent->plt.refcount > 0) in allocate_dynrelocs()
9778 pent->plt.offset = s->size; in allocate_dynrelocs()
9790 pent->plt.offset = s->size; in allocate_dynrelocs()
9816 pent->plt.offset = (bfd_vma) -1; in allocate_dynrelocs()
9841 struct plt_entry *pent; in size_global_entry_stubs() local
9859 for (pent = h->plt.plist; pent != NULL; pent = pent->next) in size_global_entry_stubs()
9860 if (pent->plt.offset != (bfd_vma) -1 in size_global_entry_stubs()
9861 && pent->addend == 0) in size_global_entry_stubs()
9984 struct got_entry **pent, *ent; in ppc64_elf_size_dynamic_sections() local
9986 pent = lgot_ents; in ppc64_elf_size_dynamic_sections()
9987 while ((ent = *pent) != NULL) in ppc64_elf_size_dynamic_sections()
9993 *pent = ent->next; in ppc64_elf_size_dynamic_sections()
10017 pent = &ent->next; in ppc64_elf_size_dynamic_sections()
10021 *pent = ent->next; in ppc64_elf_size_dynamic_sections()
12843 struct plt_entry *pent; in build_global_entry_stubs() local
12861 for (pent = h->plt.plist; pent != NULL; pent = pent->next) in build_global_entry_stubs()
12862 if (pent->plt.offset != (bfd_vma) -1 in build_global_entry_stubs()
12863 && pent->addend == 0) in build_global_entry_stubs()
12874 off = pent->plt.offset + plt->output_offset + plt->output_section->vma; in build_global_entry_stubs()