Searched refs:YASM_DIR_ANY (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | x86arch.c | 592 { ".code16", "gas", x86_dir_code16, YASM_DIR_ANY }, 593 { ".code32", "gas", x86_dir_code32, YASM_DIR_ANY }, 594 { ".code64", "gas", x86_dir_code64, YASM_DIR_ANY },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 2344 { ".ident", "gas", dir_ident, YASM_DIR_ANY }, 2345 { "ident", "nasm", dir_ident, YASM_DIR_ANY }, 2347 { ".endef", "gas", dir_endef, YASM_DIR_ANY }, 2383 { ".ident", "gas", dir_ident, YASM_DIR_ANY }, 2384 { "ident", "nasm", dir_ident, YASM_DIR_ANY }, 2386 { ".endef", "gas", dir_endef, YASM_DIR_ANY }, 2433 { ".ident", "gas", dir_ident, YASM_DIR_ANY }, 2434 { "ident", "nasm", dir_ident, YASM_DIR_ANY }, 2436 { ".endef", "gas", dir_endef, YASM_DIR_ANY }, 2454 { ".pushframe", "gas", dir_pushframe, YASM_DIR_ANY }, [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | valparam.h | 89 YASM_DIR_ANY = 0, /**< Any valparams accepted */ enumerator
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 1283 { ".ident", "gas", dir_ident, YASM_DIR_ANY }, 1287 { "ident", "nasm", dir_ident, YASM_DIR_ANY },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
D | bin-objfmt.c | 1784 { "map", "nasm", bin_objfmt_dir_map, YASM_DIR_ANY },
|