Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A 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 …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A 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 …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhashtab.h201 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
H A DChangeLog-9103192 (iterative_hash_object): New macro.
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h198 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h201 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
H A DChangeLog-9103192 (iterative_hash_object): New macro.
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhashtab.h201 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
H A DChangeLog-9103192 (iterative_hash_object): New macro.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-remat.cc184 hash = iterative_hash_object (c->regno, hash); in cand_hash()
186 hash = iterative_hash_object (*id->operand_loc[i], hash); in cand_hash()
H A Dlra.cc1696 return iterative_hash_object (XEXP (x, 0), val); in lra_rtx_hash()
1699 return iterative_hash_object (XSTR (x, 0), val); in lra_rtx_hash()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlra-remat.c184 hash = iterative_hash_object (c->regno, hash); in cand_hash()
186 hash = iterative_hash_object (*id->operand_loc[i], hash); in cand_hash()
H A Dlra.c1689 return iterative_hash_object (XEXP (x, 0), val); in lra_rtx_hash()
1692 return iterative_hash_object (XSTR (x, 0), val); in lra_rtx_hash()
H A Dfunction.c6335 return iterative_hash_object (entry->type, in hash_types_used_by_vars_entry()
6336 iterative_hash_object (entry->var_decl, 0)); in hash_types_used_by_vars_entry()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c1740 hashval_t val = iterative_hash_object (DECL_UID (tmpl), 0); in hash_tmpl_and_args()
1762 return iterative_hash_object (arg, val); in iterative_hash_template_arg()
1773 val = iterative_hash_object (code, val); in iterative_hash_template_arg()
1784 return iterative_hash_object (IDENTIFIER_HASH_VALUE (arg), val); in iterative_hash_template_arg()
1826 val = iterative_hash_object (DECL_PARM_INDEX (arg), val); in iterative_hash_template_arg()
1827 val = iterative_hash_object (DECL_PARM_LEVEL (arg), val); in iterative_hash_template_arg()
1841 val = iterative_hash_object (TEMPLATE_PARM_LEVEL (arg), val); in iterative_hash_template_arg()
1842 return iterative_hash_object (TEMPLATE_PARM_IDX (arg), val); in iterative_hash_template_arg()
1845 val = iterative_hash_object (TRAIT_EXPR_KIND (arg), val); in iterative_hash_template_arg()
1858 val = iterative_hash_object (code, val); in iterative_hash_template_arg()
[all …]
H A Dconstraint.cc1868 hashval_t val = iterative_hash_object (DECL_UID (t), 0); in hash_placeholder_constraint()
H A Dconstexpr.c2492 = iterative_hash_object (ctx->manifestly_const_eval, new_call.hash); in cxx_eval_call_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc1769 hashval_t val = iterative_hash_object (DECL_UID (tmpl), 0); in hash_tmpl_and_args()
1791 return iterative_hash_object (arg, val); in iterative_hash_template_arg()
1802 val = iterative_hash_object (code, val); in iterative_hash_template_arg()
1817 return iterative_hash_object (IDENTIFIER_HASH_VALUE (arg), val); in iterative_hash_template_arg()
1857 val = iterative_hash_object (DECL_PARM_INDEX (arg), val); in iterative_hash_template_arg()
1858 val = iterative_hash_object (DECL_PARM_LEVEL (arg), val); in iterative_hash_template_arg()
1872 val = iterative_hash_object (TEMPLATE_PARM_LEVEL (arg), val); in iterative_hash_template_arg()
1873 return iterative_hash_object (TEMPLATE_PARM_IDX (arg), val); in iterative_hash_template_arg()
1876 val = iterative_hash_object (TRAIT_EXPR_KIND (arg), val); in iterative_hash_template_arg()
1889 val = iterative_hash_object (code, val); in iterative_hash_template_arg()
[all …]
H A Dconstraint.cc1911 hashval_t val = iterative_hash_object (DECL_UID (t), 0); in hash_placeholder_constraint()
H A Dconstexpr.cc2744 = iterative_hash_object (ctx->manifestly_const_eval, new_call.hash); in cxx_eval_call_expression()
H A DChangeLog-20151141 * pt.c (hash_tmpl_and_args): Use iterative_hash_object on template
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.c2607 uint8_t color = iterative_hash_object (hash_address, 0); in jump_info_visualize_address()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c2857 uint8_t color = iterative_hash_object (hash_address, 0); in jump_info_visualize_address()
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-9103192 (iterative_hash_object): New macro.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-9103192 (iterative_hash_object): New macro.

12