Searched refs:iterative_hash_object (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h200 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h200 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c256 h = iterative_hash_object (c->length, h);
257 h = iterative_hash_object (c->version, h);
259 h = iterative_hash_object (c->code_align, h);
260 h = iterative_hash_object (c->data_align, h);
261 h = iterative_hash_object (c->ra_column, h);
262 h = iterative_hash_object (c->augmentation_size, h);
263 h = iterative_hash_object (c->personality, h);
264 h = iterative_hash_object (c->output_sec, h);
265 h = iterative_hash_object (c->per_encoding, h);
266 h = iterative_hash_object (
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h189 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
/freebsd-11-stable/contrib/gcc/
H A Dtree.c3412 hashcode = iterative_hash_object (code, hashcode);
3414 hashcode = iterative_hash_object (TYPE_HASH (TREE_TYPE (ntype)),
3424 hashcode = iterative_hash_object (TYPE_HASH (TYPE_DOMAIN (ntype)),
3428 hashcode = iterative_hash_object
3430 hashcode = iterative_hash_object
3436 hashcode = iterative_hash_object (precision, hashcode);
4166 hashcode = iterative_hash_object (TYPE_HASH (TREE_VALUE (tail)),
4383 hashcode = iterative_hash_object
4948 val = iterative_hash_object (code, val);
5260 hashcode = iterative_hash_object (TYPE_HAS
[all...]

Completed in 124 milliseconds