Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dhash.c430 struct bfd_hash_entry **pph; local
433 for (pph = &table->table[index];
434 (*pph) != (struct bfd_hash_entry *) NULL;
435 pph = &(*pph)->next)
437 if (*pph == old)
439 *pph = nw;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dhash.c431 struct bfd_hash_entry **pph; in bfd_hash_replace() local
434 for (pph = &table->table[index]; in bfd_hash_replace()
435 (*pph) != NULL; in bfd_hash_replace()
436 pph = &(*pph)->next) in bfd_hash_replace()
438 if (*pph == old) in bfd_hash_replace()
440 *pph = nw; in bfd_hash_replace()
/openbsd/sys/dev/pci/
H A Dif_bce.c685 struct rx_pph *pph; in bce_rxintr() local
708 pph = (struct rx_pph *)(sc->bce_data + i * MCLBYTES); in bce_rxintr()
709 if (pph->flags & (RXF_NO | RXF_RXER | RXF_CRC | RXF_OV)) { in bce_rxintr()
711 pph->len = 0; in bce_rxintr()
712 pph->flags = 0; in bce_rxintr()
716 len = pph->len; in bce_rxintr()
719 pph->len = 0; in bce_rxintr()
720 pph->flags = 0; in bce_rxintr()
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldcref.c191 struct cref_hash_entry ***pph = data; in cref_fill_array() local
196 **pph = h; in cref_fill_array()
198 ++*pph; in cref_fill_array()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldcref.c192 struct cref_hash_entry ***pph = data; in cref_fill_array() local
197 **pph = h; in cref_fill_array()
199 ++*pph; in cref_fill_array()