Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c261 h = iterative_hash_object (c->length, h); in cie_compute_hash()
262 h = iterative_hash_object (c->version, h); in cie_compute_hash()
264 h = iterative_hash_object (c->code_align, h); in cie_compute_hash()
265 h = iterative_hash_object (c->data_align, h); in cie_compute_hash()
266 h = iterative_hash_object (c->ra_column, h); in cie_compute_hash()
267 h = iterative_hash_object (c->augmentation_size, h); in cie_compute_hash()
268 h = iterative_hash_object (c->personality, h); in cie_compute_hash()
269 h = iterative_hash_object (c->cie_inf->u.cie.u.sec->output_section, h); in cie_compute_hash()
270 h = iterative_hash_object (c->per_encoding, h); in cie_compute_hash()
271 h = iterative_hash_object (c->lsda_encoding, h); in cie_compute_hash()
[all …]
/toolchain/binutils/binutils-2.25/include/
Dhashtab.h203 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
DChangeLog-9103192 (iterative_hash_object): New macro.