Searched refs:pph (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
H A Dhash.c524 struct bfd_hash_entry **pph; local
527 for (pph = &table->table[index];
528 (*pph) != NULL;
529 pph = &(*pph)->next)
531 if (*pph == old)
533 *pph = nw;
/freebsd-12-stable/contrib/binutils/ld/
H A Dldcref.c325 struct cref_hash_entry ***pph = data; local
333 **pph = h;
335 ++*pph;
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2581 struct pmc_processhash *pph; local
2584 pph = &pmc_processhash[hindex];
2597 LIST_FOREACH(pp, pph, pp_next)
2609 LIST_INSERT_HEAD(pph, ppnew, pp_next);

Completed in 121 milliseconds