Searched refs:dis_hash (Results 1 – 25 of 30) sorted by relevance
12
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cgen-dis.c | 133 hash = (* cd->dis_hash) (buf, value); in hash_insn_array() 170 hash = (* cd->dis_hash) (buf, value); in hash_insn_list() 242 hash = (* cd->dis_hash) (buf, value); in cgen_dis_lookup_insn()
|
| D | ip2k-opc.c | 898 cd->dis_hash = dis_hash_insn; in ip2k_cgen_init_opcode_table()
|
| D | lm32-opc.c | 850 cd->dis_hash = dis_hash_insn; in lm32_cgen_init_opcode_table()
|
| D | xstormy16-opc.c | 1171 cd->dis_hash = dis_hash_insn; in xstormy16_cgen_init_opcode_table()
|
| D | fr30-opc.c | 1367 cd->dis_hash = dis_hash_insn; in fr30_cgen_init_opcode_table()
|
| D | or1k-opc.c | 1221 cd->dis_hash = dis_hash_insn; in or1k_cgen_init_opcode_table()
|
| D | mt-opc.c | 921 cd->dis_hash = dis_hash_insn; in mt_cgen_init_opcode_table()
|
| D | m32r-opc.c | 1803 cd->dis_hash = dis_hash_insn; in m32r_cgen_init_opcode_table()
|
| D | iq2000-opc.c | 3452 cd->dis_hash = dis_hash_insn; in iq2000_cgen_init_opcode_table()
|
| D | epiphany-opc.c | 4030 cd->dis_hash = dis_hash_insn; in epiphany_cgen_init_opcode_table()
|
| D | mep-opc.c | 6424 cd->dis_hash = dis_hash_insn; in mep_cgen_init_opcode_table()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cgen-dis.c | 133 hash = (* cd->dis_hash) (buf, value); in hash_insn_array() 170 hash = (* cd->dis_hash) (buf, value); in hash_insn_list() 242 hash = (* cd->dis_hash) (buf, value); in cgen_dis_lookup_insn()
|
| D | ip2k-opc.c | 898 cd->dis_hash = dis_hash_insn; in ip2k_cgen_init_opcode_table()
|
| D | lm32-opc.c | 850 cd->dis_hash = dis_hash_insn; in lm32_cgen_init_opcode_table()
|
| D | xstormy16-opc.c | 1171 cd->dis_hash = dis_hash_insn; in xstormy16_cgen_init_opcode_table()
|
| D | fr30-opc.c | 1367 cd->dis_hash = dis_hash_insn; in fr30_cgen_init_opcode_table()
|
| D | or1k-opc.c | 1221 cd->dis_hash = dis_hash_insn; in or1k_cgen_init_opcode_table()
|
| D | mt-opc.c | 921 cd->dis_hash = dis_hash_insn; in mt_cgen_init_opcode_table()
|
| D | m32r-opc.c | 1803 cd->dis_hash = dis_hash_insn; in m32r_cgen_init_opcode_table()
|
| D | iq2000-opc.c | 3452 cd->dis_hash = dis_hash_insn; in iq2000_cgen_init_opcode_table()
|
| D | epiphany-opc.c | 4030 cd->dis_hash = dis_hash_insn; in epiphany_cgen_init_opcode_table()
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | cgen.h | 1351 unsigned int (* dis_hash) (const char *, CGEN_INSN_INT); member
|
| D | ChangeLog-9103 | 1401 (cgen_opcode_table): Update type of dis_hash fn. 1584 dis_hash, dis_hash_table_size moved to ...
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | cgen.h | 1351 unsigned int (* dis_hash) (const char *, CGEN_INSN_INT); member
|
| D | ChangeLog-9103 | 1401 (cgen_opcode_table): Update type of dis_hash fn. 1584 dis_hash, dis_hash_table_size moved to ...
|
12