OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_objfmt_module
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c
64
cur_objfmt_module
= NULL;
variable
277
cur_objfmt_module
->extension, "yasm.out");
294
apply_preproc_standard_macros(
cur_objfmt_module
->stdmacs);
375
cur_objfmt_module
->extension,
387
cur_objfmt_module
->default_x86_mode_bits == 64)
418
cur_objfmt_module
, cur_dbgfmt_module);
434
cur_objfmt_module
= ((yasm_objfmt_base *)object->objfmt)->module;
462
apply_preproc_standard_macros(
cur_objfmt_module
->stdmacs);
468
cur_objfmt_module
->default_x86_mode_bits);
477
const yasm_directive *dir = &
cur_objfmt_module
->directives[0]
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c
70
cur_objfmt_module
= NULL;
variable
312
cur_objfmt_module
, cur_dbgfmt_module);
328
cur_objfmt_module
= ((yasm_objfmt_base *)object->objfmt)->module;
351
apply_preproc_standard_macros(
cur_objfmt_module
->stdmacs);
357
cur_objfmt_module
->default_x86_mode_bits);
379
if (!obj && strcmp(
cur_objfmt_module
->keyword, "dbg") != 0) {
495
if (!
cur_objfmt_module
) {
498
cur_objfmt_module
= yasm_load_objfmt(objfmt_keyword);
499
if (!
cur_objfmt_module
) {
Completed in 47 milliseconds