Home
last modified time | relevance | path

Searched refs:hash_pointer (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dhashtab.c74 static hashval_t hash_pointer (const void *);
82 htab_hash htab_hash_pointer = hash_pointer;
987 hash_pointer (const PTR p) in hash_pointer() function
DChangeLog664 * hashtab.c (hash_pointer): Remove conditional and avoid
669 * hashtab.c (hash_pointer): Move to end of file and reimplement.
1510 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
2923 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
5755 * hashtab.c (hash_pointer): Delete low-order bits which are
5810 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
5816 * hashtab.c (hash_pointer): New function.
/toolchain/binutils/binutils-2.27/include/
DChangeLog-9103954 * hashtab.h (hash_pointer): Declare.