OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copregtab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-crx.c
538
const reg_entry *
copregtab
;
local
540
for (
copregtab
= crx_copregtab;
copregtab
< (crx_copregtab + NUMCOPREGS);
541
copregtab
++)
542
if (str_hash_insert (copreg_hash,
copregtab
->name,
copregtab
, 0) != NULL)
543
as_fatal (_("duplicate %s"),
copregtab
->name);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c
538
const reg_entry *
copregtab
;
local
540
for (
copregtab
= crx_copregtab;
copregtab
< (crx_copregtab + NUMCOPREGS);
541
copregtab
++)
542
if (str_hash_insert (copreg_hash,
copregtab
->name,
copregtab
, 0) != NULL)
543
as_fatal (_("duplicate %s"),
copregtab
->name);
Completed in 17 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026