Home | History | Annotate | Download | only in bfd

Lines Matching defs:pph

685   struct bfd_hash_entry **pph;
688 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next)
689 if (*pph == ent)
691 if (*pph == NULL)
694 *pph = ent->next;
721 struct bfd_hash_entry **pph;
724 for (pph = &table->table[_index];
725 (*pph) != NULL;
726 pph = &(*pph)->next)
728 if (*pph == old)
730 *pph = nw;