OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arc_opcode_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
389
/* Structure to hold an entry in
ARC_OPCODE_HASH
. */
430
static htab_t
arc_opcode_hash
;
variable
698
ARC_OPCODE entries in
ARC_OPCODE_HASH
that match NAME, or NULL if there
699
are no matching entries in
ARC_OPCODE_HASH
. */
706
entry = str_hash_find (
arc_opcode_hash
, name);
760
entry = str_hash_find (
arc_opcode_hash
, name);
767
if (str_hash_insert (
arc_opcode_hash
, name, entry, 0) != NULL)
2616
arc_opcode_hash
= htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
2725
htab_delete (
arc_opcode_hash
);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
389
/* Structure to hold an entry in
ARC_OPCODE_HASH
. */
430
static htab_t
arc_opcode_hash
;
variable
698
ARC_OPCODE entries in
ARC_OPCODE_HASH
that match NAME, or NULL if there
699
are no matching entries in
ARC_OPCODE_HASH
. */
706
entry = str_hash_find (
arc_opcode_hash
, name);
760
entry = str_hash_find (
arc_opcode_hash
, name);
767
if (str_hash_insert (
arc_opcode_hash
, name, entry, 0) != NULL)
2619
arc_opcode_hash
= htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
2728
htab_delete (
arc_opcode_hash
);
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026