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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 248 void yasm_bc_transform(yasm_bytecode *bc,
bytecode.c 86 yasm_bc_transform(yasm_bytecode *bc, const yasm_bytecode_callback *callback, function
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 67 yasm_bc_transform(bc, &lc3b_bc_callback_insn, insn);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 144 yasm_bc_transform(bc, &x86_bc_callback_insn, insn);
150 yasm_bc_transform(bc, &x86_bc_callback_jmp, jmp);
156 yasm_bc_transform(bc, &x86_bc_callback_jmpfar, jmpfar);
    [all...]

Completed in 342 milliseconds