OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_ext_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-z80.c
167
match_ext_table
[] =
variable in typeref:struct:match_info
205
for (i = 0; i < ARRAY_SIZE (
match_ext_table
); ++i)
206
if (!strncasecmp (name,
match_ext_table
[i].name, len)
207
&& strlen (
match_ext_table
[i].name) == len)
211
*ok |=
match_ext_table
[i].ins_ok;
212
*err &= ~
match_ext_table
[i].ins_ok;
213
*mode |=
match_ext_table
[i].cpu_mode;
217
*ok &= ~
match_ext_table
[i].ins_ok;
218
*err |=
match_ext_table
[i].ins_ok;
219
*mode &= ~
match_ext_table
[i].cpu_mode
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c
167
match_ext_table
[] =
variable in typeref:struct:match_info
205
for (i = 0; i < ARRAY_SIZE (
match_ext_table
); ++i)
206
if (!strncasecmp (name,
match_ext_table
[i].name, len)
207
&& strlen (
match_ext_table
[i].name) == len)
211
*ok |=
match_ext_table
[i].ins_ok;
212
*err &= ~
match_ext_table
[i].ins_ok;
213
*mode |=
match_ext_table
[i].cpu_mode;
217
*ok &= ~
match_ext_table
[i].ins_ok;
218
*err |=
match_ext_table
[i].ins_ok;
219
*mode &= ~
match_ext_table
[i].cpu_mode
[
all
...]
Completed in 48 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026