OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tic4x_op_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic4x.c
56
static htab_t
tic4x_op_hash
= NULL;
variable
1215
if (str_hash_insert (
tic4x_op_hash
, inst->name, inst, 0) != NULL)
1287
if (str_hash_find (
tic4x_op_hash
, name))
1353
tic4x_op_hash
= str_htab_create ();
2450
if ((insn->inst = str_hash_find (
tic4x_op_hash
, insn->name)) == NULL)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic4x.c
56
static htab_t
tic4x_op_hash
= NULL;
variable
1215
if (str_hash_insert (
tic4x_op_hash
, inst->name, inst, 0) != NULL)
1287
if (str_hash_find (
tic4x_op_hash
, name))
1353
tic4x_op_hash
= str_htab_create ();
2450
if ((insn->inst = str_hash_find (
tic4x_op_hash
, insn->name)) == NULL)
Completed in 129 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026