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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
hash.h 32 extern struct hash_control *hash_new (void);
hash.c 110 hash_new (void) function
516 h = hashtable[number] = (char *) hash_new ();
macro.c 79 macro_hash = hash_new ();
1334 h = hash_new ();
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c 277 special_operator_hash = hash_new ();
314 op_hash = hash_new ();
324 spr_hash = hash_new ();
332 main_reg_hash = hash_new ();
    [all...]
tc-tilepro.c 220 special_operator_hash = hash_new ();
250 op_hash = hash_new ();
263 spr_hash = hash_new ();
271 main_reg_hash = hash_new ();
    [all...]
tc-pj.c 200 opcode_hash_control = hash_new ();
tc-aarch64.c     [all...]
tc-crx.c 534 if ((crx_inst_hash = hash_new ()) == NULL)
561 if ((reg_hash = hash_new ()) == NULL)
579 if ((copreg_hash = hash_new ()) == NULL)
    [all...]
tc-i960.c 464 op_hash = hash_new ();
465 reg_hash = hash_new ();
466 areg_hash = hash_new ();
    [all...]
tc-moxie.c 65 opcode_hash_control = hash_new ();
tc-tic30.c 116 op_hash = hash_new ();
131 parop_hash = hash_new ();
146 reg_hash = hash_new ();
161 ind_hash = hash_new ();
    [all...]
tc-nios2.c     [all...]
obj-coff-seh.c 141 seh_hash = hash_new ();
tc-dlx.c 284 op_hash = hash_new ();
tc-iq2000.c 252 macro->formal_hash = hash_new ();
tc-avr.c 636 avr_hash = hash_new ();
644 avr_mod_hash = hash_new ();
    [all...]
tc-i370.c 505 i370_hash = hash_new ();
527 i370_macro_hash = hash_new ();
    [all...]
tc-cr16.c 799 if ((* hash_table = hash_new ()) == NULL)
822 if ((cr16_inst_hash = hash_new ()) == NULL)
    [all...]
tc-s390.c 501 s390_opcode_hash = hash_new ();
554 s390_opformat_hash = hash_new ();
    [all...]
tc-tic4x.c     [all...]
tc-i860.c 218 op_hash = hash_new ();
    [all...]
tc-mn10200.c 694 mn10200_hash = hash_new ();
tc-nds32.c     [all...]
tc-pdp11.c 192 insn_hash = hash_new ();
tc-spu.c 118 op_hash = hash_new ();

Completed in 547 milliseconds

1 2 3