/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf-eh-frame.c | 261 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 D | elf-eh-frame.c | 261 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 D | hashtab.h | 201 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) macro
|
H A D | ChangeLog-9103 | 192 (iterative_hash_object): New 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
|
H A D | ChangeLog-9103 | 192 (iterative_hash_object): New 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
|
H A D | ChangeLog-9103 | 192 (iterative_hash_object): New macro.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-remat.cc | 184 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 D | lra.cc | 1696 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 D | lra-remat.c | 184 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 D | lra.c | 1689 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 D | function.c | 6335 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 D | pt.c | 1740 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 D | constraint.cc | 1868 hashval_t val = iterative_hash_object (DECL_UID (t), 0); in hash_placeholder_constraint()
|
H A D | constexpr.c | 2492 = 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 D | pt.cc | 1769 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 D | constraint.cc | 1911 hashval_t val = iterative_hash_object (DECL_UID (t), 0); in hash_placeholder_constraint()
|
H A D | constexpr.cc | 2744 = iterative_hash_object (ctx->manifestly_const_eval, new_call.hash); in cxx_eval_call_expression()
|
H A D | ChangeLog-2015 | 1141 * pt.c (hash_tmpl_and_args): Use iterative_hash_object on template
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | objdump.c | 2607 uint8_t color = iterative_hash_object (hash_address, 0); in jump_info_visualize_address()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | objdump.c | 2857 uint8_t color = iterative_hash_object (hash_address, 0); in jump_info_visualize_address()
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-9103 | 192 (iterative_hash_object): New macro.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-9103 | 192 (iterative_hash_object): New macro.
|