Searched refs:iterative_hash (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | hashtab.h | 201 extern hashval_t iterative_hash (const void *, size_t, hashval_t); 203 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
|
D | ChangeLog-9103 | 191 * hashtab.h (iterative_hash): Prototype.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | hashtab.c | 923 iterative_hash (const PTR k_in /* the key */, in iterative_hash() function
|
D | ChangeLog | 2617 htab_hash_string, iterative_hash): Use ISO C prototype. 3639 * hashtab.c (iterative_hash): New fn.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-eh-frame.c | 263 h = iterative_hash (c->augmentation, strlen (c->augmentation) + 1, h); in cie_compute_hash() 277 h = iterative_hash (c->initial_instructions, len, h); in cie_compute_hash()
|