HomeSort by relevance Sort by last modified time
    Searched refs:yasm_arch_module (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.c 34 yasm_arch_module yasm_lc3b_LTX_arch;
186 yasm_arch_module yasm_lc3b_LTX_arch = {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 33 /** Errors that may be returned by yasm_arch_module::create(). */
40 /** Return values for yasm_arch_module::parse_check_insnprefix(). */
48 * yasm_arch_module::parse_check_regtmod().
63 /** #yasm_arch_module implementation for this architecture. */
64 const struct yasm_arch_module *module;
88 typedef struct yasm_arch_module { struct
228 } yasm_arch_module; typedef in typeref:struct:yasm_arch_module
257 * #yasm_arch_module.machines)
263 /*@only@*/ yasm_arch *yasm_arch_create(const yasm_arch_module *module,
module.in 126 yasm_arch_module *arch;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.c 34 yasm_arch_module yasm_x86_LTX_arch;
599 yasm_arch_module yasm_x86_LTX_arch = {
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 61 /*@null@*/ /*@dependent@*/ static const yasm_arch_module *
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 55 /*@null@*/ /*@dependent@*/ static const yasm_arch_module *
    [all...]

Completed in 217 milliseconds