Home
last modified time | relevance | path

Searched refs:alpha_opcode_hash (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-alpha.c300 static htab_t alpha_opcode_hash; variable
1171 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash, in assemble_tokens_to_insn()
3334 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash, in assemble_tokens()
5420 alpha_opcode_hash = str_htab_create (); in md_begin()
5427 if (str_hash_insert (alpha_opcode_hash, name, &alpha_opcodes[i], 0)) in md_begin()
5442 (void) str_hash_insert (alpha_opcode_hash, p, &alpha_opcodes[i], 0); in md_begin()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c300 static htab_t alpha_opcode_hash; variable
1171 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash, in assemble_tokens_to_insn()
3334 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash, in assemble_tokens()
5420 alpha_opcode_hash = str_htab_create (); in md_begin()
5427 if (str_hash_insert (alpha_opcode_hash, name, &alpha_opcodes[i], 0)) in md_begin()
5442 (void) str_hash_insert (alpha_opcode_hash, p, &alpha_opcodes[i], 0); in md_begin()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-alpha.c300 static htab_t alpha_opcode_hash; variable
1171 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash, in assemble_tokens_to_insn()
3334 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash, in assemble_tokens()
5420 alpha_opcode_hash = str_htab_create (); in md_begin()
5427 if (str_hash_insert (alpha_opcode_hash, name, &alpha_opcodes[i], 0)) in md_begin()
5442 (void) str_hash_insert (alpha_opcode_hash, p, &alpha_opcodes[i], 0); in md_begin()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c300 static struct hash_control *alpha_opcode_hash; variable
1174 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens_to_insn()
3336 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens()
5422 alpha_opcode_hash = hash_new (); in md_begin()
5429 retval = hash_insert (alpha_opcode_hash, name, (void *) &alpha_opcodes[i]); in md_begin()
5446 (void) hash_insert (alpha_opcode_hash, p, (void *) &alpha_opcodes[i]); in md_begin()