OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash_new
(Results
1 - 25
of
68
) 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-tic54x.c
[
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-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-aarch64.c
[
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-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-avr.c
636
avr_hash =
hash_new
();
644
avr_mod_hash =
hash_new
();
[
all
...]
obj-coff-seh.c
141
seh_hash =
hash_new
();
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-dlx.c
284
op_hash =
hash_new
();
tc-iq2000.c
252
macro->formal_hash =
hash_new
();
tc-mn10200.c
694
mn10200_hash =
hash_new
();
tc-pdp11.c
192
insn_hash =
hash_new
();
tc-spu.c
118
op_hash =
hash_new
();
tc-xgate.c
329
xgate_hash =
hash_new
();
[
all
...]
tc-z8k.c
148
opcode_hash_control =
hash_new
();
[
all
...]
tc-i960.c
464
op_hash =
hash_new
();
465
reg_hash =
hash_new
();
466
areg_hash =
hash_new
();
[
all
...]
tc-nios2.c
[
all
...]
obj-coff.c
131
tag_hash =
hash_new
();
[
all
...]
Completed in 1010 milliseconds
1
2
3