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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.h 49 void yasm_value_initialize(/*@out@*/ yasm_value *value,
92 * being initialized with yasm_value_initialize().
103 * portion of the value. Essentially a combination of yasm_value_initialize()
value.c 47 yasm_value_initialize(/*@out@*/ yasm_value *value, function
452 yasm_value_initialize(value, NULL, size);
455 yasm_value_initialize(value, e, size);
bytecode.c 269 yasm_value_initialize(&value, bc->multiple, 0);
bc-data.c 453 yasm_value_initialize(&retval->data.val, e, 0);
section.c 896 yasm_value_initialize(&span->depval, NULL, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 102 yasm_value_initialize(&info->frameoff, NULL, 8);
104 yasm_value_initialize(&info->prolog_size, NULL, 8);
105 yasm_value_initialize(&info->codes_count, NULL, 8);
141 yasm_value_initialize(&info->prolog_size,
162 yasm_value_initialize(&info->codes_count,
167 yasm_value_initialize(&info->codes_count,
476 yasm_value_initialize(&val,
coff-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
value.pxi 35 yasm_value_initialize(&self.value, NULL, sz)
39 yasm_value_initialize(&self.value,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.c 154 yasm_value_initialize(&ea->disp, e, 0);
lc3bid.re 257 yasm_value_initialize(&insn->imm, NULL, 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 184 yasm_value_initialize(&x86_ea->ea.disp, NULL, 0);
245 yasm_value_initialize(&x86_ea->ea.disp, e, 0);
265 yasm_value_initialize(&x86_ea->ea.disp, imm, im_len);
    [all...]

Completed in 1178 milliseconds