Home
last modified time | relevance | path

Searched refs:yasm_value_initialize (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-except.c102 yasm_value_initialize(&info->frameoff, NULL, 8); in yasm_win64__uwinfo_create()
104 yasm_value_initialize(&info->prolog_size, NULL, 8); in yasm_win64__uwinfo_create()
105 yasm_value_initialize(&info->codes_count, NULL, 8); in yasm_win64__uwinfo_create()
141 yasm_value_initialize(&info->prolog_size, in yasm_win64__unwind_generate()
162 yasm_value_initialize(&info->codes_count, in yasm_win64__unwind_generate()
167 yasm_value_initialize(&info->codes_count, in yasm_win64__unwind_generate()
476 yasm_value_initialize(&val, in win64_uwcode_bc_tobytes()
Dcoff-objfmt.c2081 yasm_value_initialize(&code->off, NULL, 0); in dir_pushreg()
2112 yasm_value_initialize(&objfmt_coff->unwind->frameoff, off, 8); in dir_setframe()
2120 yasm_value_initialize(&code->off, off ? yasm_expr_copy(off) : NULL, 8); in dir_setframe()
2151 yasm_value_initialize(&code->off, size, 7); in dir_allocstack()
2193 yasm_value_initialize(&code->off, offset, 16); in dir_save_common()
2230 yasm_value_initialize(&code->off, NULL, 0); in dir_pushframe()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dvalue.pxi35 yasm_value_initialize(&self.value, NULL, sz)
39 yasm_value_initialize(&self.value,
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalue.h49 void yasm_value_initialize(/*@out@*/ yasm_value *value,
Dvalue.c47 yasm_value_initialize(/*@out@*/ yasm_value *value, in yasm_value_initialize() function
452 yasm_value_initialize(value, NULL, size); in yasm_value_finalize_expr()
455 yasm_value_initialize(value, e, size); in yasm_value_finalize_expr()
Dbytecode.c269 yasm_value_initialize(&value, bc->multiple, 0); in yasm_bc_calc_len()
Dbc-data.c453 yasm_value_initialize(&retval->data.val, e, 0); in yasm_dv_create_expr()
Dsection.c896 yasm_value_initialize(&span->depval, NULL, 0); in create_span()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3barch.c154 yasm_value_initialize(&ea->disp, e, 0); in lc3b_ea_create_expr()
Dlc3bid.re257 yasm_value_initialize(&insn->imm, NULL, 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86bc.c184 yasm_value_initialize(&x86_ea->ea.disp, NULL, 0); in ea_create()
245 yasm_value_initialize(&x86_ea->ea.disp, e, 0); in yasm_x86__ea_create_expr()
265 yasm_value_initialize(&x86_ea->ea.disp, imm, im_len); in yasm_x86__ea_create_imm()