Home
last modified time | relevance | path

Searched refs:yasm_value_delete (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-except.c114 yasm_value_delete(&info->frameoff); in yasm_win64__uwinfo_destroy()
115 yasm_value_delete(&info->prolog_size); in yasm_win64__uwinfo_destroy()
116 yasm_value_delete(&info->codes_count); in yasm_win64__uwinfo_destroy()
121 yasm_value_delete(&code->off); in yasm_win64__uwinfo_destroy()
333 yasm_value_delete(&code->off); in win64_uwcode_bc_destroy()
482 yasm_value_delete(&val); in win64_uwcode_bc_tobytes()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalue.h76 void yasm_value_delete(yasm_value *value);
Dbc-data.c367 yasm_value_delete(&dv->data.val); in yasm_bc_create_data()
373 yasm_value_delete(&dv->data.val); in yasm_bc_create_data()
378 yasm_value_delete(&dv->data.val); in yasm_bc_create_data()
533 yasm_value_delete(&cur->data.val); in yasm_dvs_delete()
Dvalue.c100 yasm_value_delete(yasm_value *value) in yasm_value_delete() function
Dsection.c1095 yasm_value_delete(&span->depval); in span_destroy()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3barch.c168 yasm_value_delete(&ea->disp); in yasm_lc3b__ea_destroy()
Dlc3bbc.c74 yasm_value_delete(&insn->imm); in lc3b_bc_insn_destroy()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86bc.c346 yasm_value_delete(insn->imm); in x86_bc_insn_destroy()
356 yasm_value_delete(&jmp->target); in x86_bc_jmp_destroy()
364 yasm_value_delete(&jmpfar->segment); in x86_bc_jmpfar_destroy()
365 yasm_value_delete(&jmpfar->offset); in x86_bc_jmpfar_destroy()
372 yasm_value_delete(&ea->disp); in yasm_x86__ea_destroy()
Dx86expr.c540 yasm_value_delete(&x86_ea->ea.disp); in x86_checkea_calc_displen()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dvalue.pxi47 yasm_value_delete(&self.value)