Searched refs:yasm_value_get_intnum (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalue.h137 /*@null@*/ /*@only@*/ yasm_intnum *yasm_value_get_intnum
H A Dvalue.c559 yasm_value_get_intnum(yasm_value *value, yasm_bytecode *bc, int calc_bc_dist) function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dwin64-except.c235 intn = yasm_value_get_intnum(&info->frameoff, bc, 0);
308 frameoff = yasm_value_get_intnum(&info->frameoff, bc, 1);
402 intn = yasm_value_get_intnum(&code->off, bc, 0);
524 intn = yasm_value_get_intnum(&code->off, bc, 1);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86expr.c523 num = yasm_value_get_intnum(&x86_ea->ea.disp, NULL, 0);
H A Dx86bc.c568 num = yasm_value_get_intnum(imm, NULL, 0);

Completed in 2131 milliseconds