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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 103 * Module-level implementation of yasm_arch_create().
104 * Call yasm_arch_create() instead of calling this function.
263 /*@only@*/ yasm_arch *yasm_arch_create(const yasm_arch_module *module,
449 #define yasm_arch_create(module, machine, parser, error) \ macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 288 cur_arch = yasm_arch_create(cur_arch_module, machine_name,
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 394 cur_arch = yasm_arch_create(cur_arch_module, machine_name,
    [all...]

Completed in 78 milliseconds