HomeSort by relevance Sort by last modified time
    Searched refs:pph (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
hash.c 572 struct bfd_hash_entry **pph; local
575 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next)
576 if (*pph == ent)
578 if (*pph == NULL)
581 *pph = ent->next;
597 struct bfd_hash_entry **pph; local
600 for (pph = &table->table[_index]
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldcref.c 329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; local
337 **pph = h;
339 ++*pph;

Completed in 59 milliseconds