OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prreg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-cr16.c
402
const reg_entry *
prreg
;
local
404
prreg
= str_hash_find (preg_hash, preg_name);
406
if (
prreg
!= NULL)
407
return
prreg
->value.preg_val;
417
const reg_entry *
prreg
;
local
419
prreg
= str_hash_find (pregp_hash, preg_name);
421
if (
prreg
!= NULL)
422
return
prreg
->value.preg_val;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-cr16.c
405
const reg_entry *
prreg
;
local
407
prreg
= str_hash_find (preg_hash, preg_name);
409
if (
prreg
!= NULL)
410
return
prreg
->value.preg_val;
420
const reg_entry *
prreg
;
local
422
prreg
= str_hash_find (pregp_hash, preg_name);
424
if (
prreg
!= NULL)
425
return
prreg
->value.preg_val;
Completed in 16 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026