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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 62 typedef struct yasm_arch_base { struct
65 } yasm_arch_base; typedef in typeref:struct:yasm_arch_base
441 (((yasm_arch_base *)arch)->module->name)
443 (((yasm_arch_base *)arch)->module->keyword)
445 (((yasm_arch_base *)arch)->module->wordsize)
447 (((yasm_arch_base *)arch)->module->min_insn_len)
453 ((yasm_arch_base *)arch)->module->destroy(arch)
455 ((yasm_arch_base *)arch)->module->get_machine(arch)
457 ((yasm_arch_base *)arch)->module->get_address_size(arch)
459 ((yasm_arch_base *)arch)->module->set_var(arch, var, val
    [all...]
section.c 249 objfmt_module->keyword, ((yasm_arch_base *)arch)->module->keyword,
290 ((yasm_arch_base *)object->arch)->module->directives);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.c 41 yasm_arch_base *arch;
55 arch = yasm_xmalloc(sizeof(yasm_arch_base));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 96 yasm_arch_base arch; /* base structure */

Completed in 38 milliseconds