Searched defs:iterative_hash_object (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | hashtab.h | 201 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | hashtab.h | 198 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | hashtab.h | 201 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | hashtab.h | 201 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
|