HomeSort by relevance Sort by last modified time
    Searched refs:pph (Results 1 - 4 of 4) 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;
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go     [all...]

Completed in 231 milliseconds