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/ |
D | dwarf2-dbgfmt.c | 333 { ".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/ |
D | coff-objfmt.c | 2348 { ".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/modules/arch/x86/ |
D | x86arch.c | 590 { "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/libyasm/ |
D | valparam.h | 90 YASM_DIR_ARG_REQUIRED = 1, /**< Require at least 1 valparam */ enumerator
|
D | valparam.c | 47 if ((directive->flags & (YASM_DIR_ARG_REQUIRED|YASM_DIR_ID_REQUIRED)) && in yasm_call_directive()
|
D | section.c | 170 { "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/objfmts/rdf/ |
D | rdf-objfmt.c | 1052 { "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/ |
D | bin-objfmt.c | 1783 { "org", "nasm", bin_objfmt_dir_org, YASM_DIR_ARG_REQUIRED },
|