Searched refs:hash_new (Results 1 - 25 of 118) sorted by relevance

12345

/haiku-buildtools/legacy/binutils/gas/
H A Dhash.h33 extern struct hash_control *hash_new (void);
H A Dhash.c108 hash_new (void) function
537 h = hashtable[number] = (char *) hash_new ();
H A Dmacro.c131 macro_hash = hash_new ();
667 macro->formal_hash = hash_new ();
1348 h = hash_new ();
/haiku-buildtools/binutils/gas/
H A Dhash.h32 extern struct hash_control *hash_new (void);
H A Dhash.c110 hash_new (void) function
516 h = hashtable[number] = (char *) hash_new ();
H A Dmacro.c79 macro_hash = hash_new ();
1334 h = hash_new ();
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dhash.h60 * hash_new will have to be casted to this type.
109 cache_ptr hash_new (unsigned int size,
/haiku-buildtools/legacy/gcc/libobjc/
H A Dhash.c43 hash_new (unsigned int size, hash_func_type hash_func, function
152 cache_ptr new = hash_new (EXPANSION (*cachep),
H A Darchive.c1473 stream->object_table = hash_new(64,
1482 cache_ptr free_list = hash_new (64,
1512 stream->object_refs = hash_new(8, (hash_func_type)hash_ptr,
1529 stream->object_table = hash_new(64,
1545 s->stream_table = hash_new(64,
1548 s->object_table = hash_new(64,
1556 s->class_table = hash_new(8, (hash_func_type)hash_string,
1558 s->object_refs = hash_new(8, (hash_func_type)hash_ptr,
H A Dclass.c55 = hash_new (CLASS_HASH_SIZE,
H A Dselector.c48 = hash_new (SELECTOR_HASH_SIZE,
/haiku-buildtools/binutils/gas/config/
H A Dtc-tilegx.c277 special_operator_hash = hash_new ();
314 op_hash = hash_new ();
324 spr_hash = hash_new ();
332 main_reg_hash = hash_new ();
H A Dtc-tilepro.c220 special_operator_hash = hash_new ();
250 op_hash = hash_new ();
263 spr_hash = hash_new ();
271 main_reg_hash = hash_new ();
H A Dtc-pj.c200 opcode_hash_control = hash_new ();
H A Dtc-ft32.c54 opcode_hash_control = hash_new ();
H A Dtc-aarch64.c8171 if ((aarch64_ops_hsh = hash_new ()) == NULL
8172 || (aarch64_cond_hsh = hash_new ()) == NULL
8173 || (aarch64_shift_hsh = hash_new ()) == NULL
8174 || (aarch64_sys_regs_hsh = hash_new ()) == NULL
8175 || (aarch64_pstatefield_hsh = hash_new ()) == NULL
8176 || (aarch64_sys_regs_ic_hsh = hash_new ()) == NULL
8177 || (aarch64_sys_regs_dc_hsh = hash_new ()) == NULL
8178 || (aarch64_sys_regs_at_hsh = hash_new ()) == NULL
8179 || (aarch64_sys_regs_tlbi_hsh = hash_new ()) == NULL
8180 || (aarch64_reg_hsh = hash_new ())
[all...]
H A Dtc-crx.c534 if ((crx_inst_hash = hash_new ()) == NULL)
561 if ((reg_hash = hash_new ()) == NULL)
579 if ((copreg_hash = hash_new ()) == NULL)
H A Dtc-i960.c464 op_hash = hash_new ();
465 reg_hash = hash_new ();
466 areg_hash = hash_new ();
H A Dtc-tic30.c116 op_hash = hash_new ();
131 parop_hash = hash_new ();
146 reg_hash = hash_new ();
161 ind_hash = hash_new ();
H A Dtc-moxie.c65 opcode_hash_control = hash_new ();
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-pj.c201 opcode_hash_control = hash_new ();
H A Dtc-crx.c581 if ((crx_inst_hash = hash_new ()) == NULL)
608 if ((reg_hash = hash_new ()) == NULL)
626 if ((copreg_hash = hash_new ()) == NULL)
H A Dtc-i960.c469 op_hash = hash_new ();
470 reg_hash = hash_new ();
471 areg_hash = hash_new ();
H A Dtc-tic30.c118 op_hash = hash_new ();
133 parop_hash = hash_new ();
148 reg_hash = hash_new ();
163 ind_hash = hash_new ();
H A Dtc-avr.c454 avr_hash = hash_new ();
462 avr_mod_hash = hash_new ();

Completed in 488 milliseconds

12345