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_reg_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
433
static htab_t
arc_reg_hash
;
variable
2559
if (str_hash_insert (
arc_reg_hash
, S_GET_NAME (regS), regS, 0) != NULL)
2633
arc_reg_hash
= str_htab_create ();
2726
htab_delete (
arc_reg_hash
);
3405
sym = str_hash_find (
arc_reg_hash
, name);
4375
sym = str_hash_find (
arc_reg_hash
, regname);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
433
static htab_t
arc_reg_hash
;
variable
2562
if (str_hash_insert (
arc_reg_hash
, S_GET_NAME (regS), regS, 0) != NULL)
2636
arc_reg_hash
= str_htab_create ();
2729
htab_delete (
arc_reg_hash
);
3413
sym = str_hash_find (
arc_reg_hash
, name);
4383
sym = str_hash_find (
arc_reg_hash
, regname);
Completed in 52 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026