Searched refs:YASM_DIR_ARG_REQUIRED (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.c333 { ".loc", "gas", yasm_dwarf2__dir_loc, YASM_DIR_ARG_REQUIRED },
334 { ".file", "gas", yasm_dwarf2__dir_file, YASM_DIR_ARG_REQUIRED },
335 { "loc", "nasm", yasm_dwarf2__dir_loc, YASM_DIR_ARG_REQUIRED },
336 { "file", "nasm", yasm_dwarf2__dir_file, YASM_DIR_ARG_REQUIRED },
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c2348 { ".scl", "gas", dir_scl, YASM_DIR_ARG_REQUIRED },
2349 { ".type", "gas", dir_type, YASM_DIR_ARG_REQUIRED },
2350 { ".secrel32", "gas", dir_secrel32, YASM_DIR_ARG_REQUIRED },
2387 { ".scl", "gas", dir_scl, YASM_DIR_ARG_REQUIRED },
2388 { ".type", "gas", dir_type, YASM_DIR_ARG_REQUIRED },
2389 { ".secrel32", "gas", dir_secrel32, YASM_DIR_ARG_REQUIRED },
2437 { ".scl", "gas", dir_scl, YASM_DIR_ARG_REQUIRED },
2438 { ".type", "gas", dir_type, YASM_DIR_ARG_REQUIRED },
2439 { ".secrel32", "gas", dir_secrel32, YASM_DIR_ARG_REQUIRED },
2444 { ".pushreg", "gas", dir_pushreg, YASM_DIR_ARG_REQUIRED },
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.h90 YASM_DIR_ARG_REQUIRED = 1, /**< Require at least 1 valparam */ enumerator in enum:yasm_directive::yasm_directive_flags
H A Dvalparam.c47 if ((directive->flags & (YASM_DIR_ARG_REQUIRED|YASM_DIR_ID_REQUIRED)) &&
H A Dsection.c170 { "section", "nasm", dir_section, YASM_DIR_ARG_REQUIRED },
171 { "segment", "nasm", dir_section, YASM_DIR_ARG_REQUIRED },
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86arch.c590 { "cpu", "nasm", x86_dir_cpu, YASM_DIR_ARG_REQUIRED },
591 { "bits", "nasm", x86_dir_bits, YASM_DIR_ARG_REQUIRED },
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c1052 { "library", "nasm", dir_library, YASM_DIR_ARG_REQUIRED },
1053 { "module", "nasm", dir_module, YASM_DIR_ARG_REQUIRED },
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c1783 { "org", "nasm", bin_objfmt_dir_org, YASM_DIR_ARG_REQUIRED },

Completed in 157 milliseconds