Searched refs:pent (Results 1 – 1 of 1) sorted by relevance
7144 struct plt_entry *pent; in global_entry_stub() local7150 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() argument9553 for (ent = *pent; ent != NULL; ent = ent->next) in merge_got_entries()9769 struct plt_entry *pent; in allocate_dynrelocs() local9771 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()[all …]