OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdmacs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
parser.h
51
const yasm_stdmac *
stdmacs
;
member in struct:yasm_parser_module
objfmt.h
80
const yasm_stdmac *
stdmacs
;
member in struct:yasm_objfmt_module
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c
118
static void apply_preproc_standard_macros(const yasm_stdmac *
stdmacs
);
350
apply_preproc_standard_macros(cur_parser_module->
stdmacs
);
351
apply_preproc_standard_macros(cur_objfmt_module->
stdmacs
);
827
apply_preproc_standard_macros(const yasm_stdmac *
stdmacs
)
831
if (!
stdmacs
)
835
for (i=0;
stdmacs
[i].parser; i++)
836
if (yasm__strcasecmp(
stdmacs
[i].parser,
838
yasm__strcasecmp(
stdmacs
[i].preproc,
841
if (matched >= 0 &&
stdmacs
[matched].macros)
842
yasm_preproc_add_standard(cur_preproc,
stdmacs
[matched].macros)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c
132
static void apply_preproc_standard_macros(const yasm_stdmac *
stdmacs
);
293
apply_preproc_standard_macros(cur_parser_module->
stdmacs
);
294
apply_preproc_standard_macros(cur_objfmt_module->
stdmacs
);
461
apply_preproc_standard_macros(cur_parser_module->
stdmacs
);
462
apply_preproc_standard_macros(cur_objfmt_module->
stdmacs
);
[
all
...]
Completed in 1080 milliseconds