OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:directive_info
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
preprocess.h
129
typedef struct
directive_info
struct
131
struct
directive_info
*Next;
136
}
DIRECTIVE_INFO
;
153
PR_EXTERN
DIRECTIVE_INFO
PR_INIT_GLOBAL (*AslGbl_DirectiveStack, NULL);
/src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c
401
const directive_infoS
directive_info
[] =
variable
1313
for (i = 0; i < sizeof (
directive_info
) / sizeof (*
directive_info
); ++i)
1315
if (strncmp (directive_string,
directive_info
[i].name, len) == 0)
1319
if (*negated && !
directive_info
[i].can_be_negated)
1321
directive_info
[i].name);
1483
directive_info
[begin_directive].name, file, line);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c
401
const directive_infoS
directive_info
[] =
variable
1313
for (i = 0; i < sizeof (
directive_info
) / sizeof (*
directive_info
); ++i)
1315
if (strncmp (directive_string,
directive_info
[i].name, len) == 0)
1319
if (*negated && !
directive_info
[i].can_be_negated)
1321
directive_info
[i].name);
1483
directive_info
[begin_directive].name, file, line);
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026