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

  /toolchain/binutils/binutils-2.25/bfd/
coff-aux.c 74 struct bfd_link_hash_entry **hashp)
85 if (hashp != NULL && *hashp != NULL)
86 h = *hashp;
92 if (hashp != NULL)
93 *hashp = NULL;
98 if (hashp != (struct bfd_link_hash_entry **) NULL)
99 *hashp = h;
144 hashp);
hash.c 463 struct bfd_hash_entry *hashp; local
469 for (hashp = table->table[_index];
470 hashp != NULL;
471 hashp = hashp->next)
473 if (hashp->hash == hash
474 && strcmp (hashp->string, string) == 0)
475 return hashp;
506 struct bfd_hash_entry *hashp; local
509 hashp = (*table->newfunc) (NULL, table, string)
    [all...]
merge.c 141 struct sec_merge_hash_entry *hashp; local
195 for (hashp = (struct sec_merge_hash_entry *) table->table.table[_index];
196 hashp != NULL;
197 hashp = (struct sec_merge_hash_entry *) hashp->root.next)
199 if (hashp->root.hash == hash
200 && len == hashp->len
201 && memcmp (hashp->root.string, string, len) == 0)
205 if (hashp->alignment < alignment)
210 hashp->len = 0
    [all...]
i386linux.c 307 struct bfd_link_hash_entry **hashp)
345 if (hashp != NULL)
346 *hashp = (struct bfd_link_hash_entry *) h;
360 hashp))
m68klinux.c 309 struct bfd_link_hash_entry **hashp)
347 if (hashp != NULL)
348 *hashp = (struct bfd_link_hash_entry *) h;
362 hashp))
sparclinux.c 302 struct bfd_link_hash_entry **hashp)
340 if (hashp != NULL)
341 *hashp = (struct bfd_link_hash_entry *) h;
355 hashp))
linker.c     [all...]
libcoff.h 965 value, string, cp, coll, hashp)\
967 (info, abfd, name, flags, section, value, string, cp, coll, hashp))
    [all...]
sunos.c     [all...]
  /external/curl/lib/
multi.c     [all...]

Completed in 555 milliseconds