Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dhash.c572 struct bfd_hash_entry **pph; in bfd_hash_rename() local
575 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()
576 if (*pph == ent) in bfd_hash_rename()
578 if (*pph == NULL) in bfd_hash_rename()
581 *pph = ent->next; in bfd_hash_rename()
597 struct bfd_hash_entry **pph; in bfd_hash_replace() local
600 for (pph = &table->table[_index]; in bfd_hash_replace()
601 (*pph) != NULL; in bfd_hash_replace()
602 pph = &(*pph)->next) in bfd_hash_replace()
604 if (*pph == old) in bfd_hash_replace()
[all …]
/toolchain/binutils/binutils-2.27/ld/
Dldcref.c329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; in cref_fill_array() local
337 **pph = h; in cref_fill_array()
339 ++*pph; in cref_fill_array()