Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c7144 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()
[all …]