OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insn_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-pdp11.c
82
static htab_t
insn_hash
= NULL;
variable
189
insn_hash
= str_htab_create ();
192
str_hash_insert (
insn_hash
, pdp11_opcodes[i].name, pdp11_opcodes + i, 0);
194
str_hash_insert (
insn_hash
, pdp11_aliases[i].name, pdp11_aliases + i, 0);
715
op = str_hash_find (
insn_hash
, str);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-pdp11.c
82
static htab_t
insn_hash
= NULL;
variable
189
insn_hash
= str_htab_create ();
192
str_hash_insert (
insn_hash
, pdp11_opcodes[i].name, pdp11_opcodes + i, 0);
194
str_hash_insert (
insn_hash
, pdp11_aliases[i].name, pdp11_aliases + i, 0);
715
op = str_hash_find (
insn_hash
, str);
Completed in 65 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026