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_aux_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
436
static htab_t
arc_aux_hash
;
variable
1929
auxr = str_hash_find (
arc_aux_hash
, tmpp);
2684
arc_aux_hash
= str_htab_create ();
2697
if (str_hash_insert (
arc_aux_hash
, auxr->name, auxr, 0) != 0)
2727
htab_delete (
arc_aux_hash
);
4886
if (str_hash_insert (
arc_aux_hash
, auxr->name, auxr, 0) != NULL)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
436
static htab_t
arc_aux_hash
;
variable
1928
auxr = str_hash_find (
arc_aux_hash
, tmpp);
2687
arc_aux_hash
= str_htab_create ();
2700
if (str_hash_insert (
arc_aux_hash
, auxr->name, auxr, 0) != 0)
2730
htab_delete (
arc_aux_hash
);
4894
if (str_hash_insert (
arc_aux_hash
, auxr->name, auxr, 0) != NULL)
Completed in 23 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026