HomeSort by relevance Sort by last modified time
    Searched refs:hash_control (Results 1 - 25 of 64) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
hash.h 24 struct hash_control;
32 extern struct hash_control *hash_new (void);
33 extern struct hash_control *hash_new_sized (unsigned long);
37 extern void hash_die (struct hash_control *);
44 extern const char *hash_insert (struct hash_control *,
51 extern const char *hash_jam (struct hash_control *,
58 extern void *hash_replace (struct hash_control *, const char *key,
64 extern void *hash_find (struct hash_control *, const char *key);
69 extern void *hash_find_n (struct hash_control *, const char *key, size_t len);
74 extern void *hash_delete (struct hash_control *, const char *key, int)
    [all...]
macro.h 66 struct hash_control *formal_hash; /* Hash table of formals. */
82 extern struct hash_control *macro_hash;
hash.c 50 struct hash_control { struct
84 struct hash_control *
88 struct hash_control *ret;
90 ret = (struct hash_control *) xmalloc (sizeof *ret);
109 struct hash_control *
118 hash_die (struct hash_control *table)
134 hash_lookup (struct hash_control *table, const char *key, size_t len,
206 hash_insert (struct hash_control *table, const char *key, void *val)
236 hash_jam (struct hash_control *table, const char *key, void *val)
274 hash_replace (struct hash_control *table, const char *key, void *value
    [all...]
macro.c 47 struct hash_control *macro_hash;
744 sub_actual (size_t start, sb *in, sb *t, struct hash_control *formal_hash,
794 struct hash_control *formal_hash, const macro_entry *macro)
1317 struct hash_control *h;
ecoff.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c 181 static struct hash_control *special_operator_hash;
184 static struct hash_control *op_hash;
187 static struct hash_control *spr_hash;
235 static struct hash_control *main_reg_hash;
    [all...]
tc-tilepro.c 130 static struct hash_control *special_operator_hash;
133 static struct hash_control *op_hash;
136 static struct hash_control *spr_hash;
185 static struct hash_control *main_reg_hash;
    [all...]
tc-tic54x.c 185 static struct hash_control *subsym_recurse_hash; /* Prevent infinite recurse. */
186 static struct hash_control *math_hash; /* Built-in math functions. */
189 static struct hash_control *subsym_hash[100];
200 static struct hash_control *local_label_hash[100];
202 static struct hash_control *stag_hash;
203 static struct hash_control *op_hash;
204 static struct hash_control *parop_hash;
205 static struct hash_control *reg_hash;
206 static struct hash_control *mmreg_hash;
207 static struct hash_control *cc_hash
    [all...]
tc-cr16.c 56 static struct hash_control *cr16_inst_hash;
58 static struct hash_control *reg_hash;
60 static struct hash_control *regp_hash;
62 static struct hash_control *preg_hash;
64 static struct hash_control *pregp_hash;
792 initialise_reg_hash_table (struct hash_control ** hash_table,
    [all...]
tc-aarch64.c 412 static struct hash_control *aarch64_ops_hsh;
413 static struct hash_control *aarch64_cond_hsh;
414 static struct hash_control *aarch64_shift_hsh;
415 static struct hash_control *aarch64_sys_regs_hsh;
416 static struct hash_control *aarch64_pstatefield_hsh;
417 static struct hash_control *aarch64_sys_regs_ic_hsh;
418 static struct hash_control *aarch64_sys_regs_dc_hsh;
419 static struct hash_control *aarch64_sys_regs_at_hsh;
420 static struct hash_control *aarch64_sys_regs_tlbi_hsh;
421 static struct hash_control *aarch64_reg_hsh
    [all...]
tc-pj.c 34 static struct hash_control *opcode_hash_control;
tc-crx.c 66 static struct hash_control *crx_inst_hash;
68 static struct hash_control *reg_hash;
70 static struct hash_control *copreg_hash;
    [all...]
tc-i960.c 385 static struct hash_control *op_hash; /* Opcode mnemonics. */
386 static struct hash_control *reg_hash; /* Register name hash table. */
387 static struct hash_control *areg_hash; /* Abase register hash table. */
    [all...]
tc-moxie.c 35 static struct hash_control *opcode_hash_control;
tc-tic30.c 102 static struct hash_control *op_hash;
104 static struct hash_control *parop_hash;
106 static struct hash_control *reg_hash;
108 static struct hash_control *ind_hash;
    [all...]
tc-nios2.c 185 static struct hash_control *nios2_opcode_hash = NULL;
190 static struct hash_control *nios2_reg_hash = NULL;
196 static struct hash_control *nios2_ps_hash = NULL;
    [all...]
obj-coff-seh.c 34 static struct hash_control *seh_hash;
tc-dlx.c 44 static struct hash_control *op_hash = NULL;
tc-iq2000.c 110 extern struct hash_control *macro_hash;
tc-avr.c 402 static struct hash_control *avr_hash;
405 static struct hash_control *avr_mod_hash;
    [all...]
tc-i370.c 334 static struct hash_control *i370_hash;
337 static struct hash_control *i370_macro_hash;
    [all...]
tc-s390.c 300 static struct hash_control *s390_opformat_hash;
303 static struct hash_control *s390_opcode_hash = NULL;
    [all...]
tc-tic4x.c 59 static struct hash_control *tic4x_op_hash = NULL;
62 static struct hash_control *tic4x_asg_hash = NULL;
    [all...]
tc-i860.c 31 static struct hash_control *op_hash = NULL;
    [all...]
tc-mn10200.c 107 static struct hash_control *mn10200_hash;

Completed in 779 milliseconds

1 2 3