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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-x86.c144 yasm_intnum *off_intn = yasm_intnum_create_uint(offset); local
145 yasm_intnum_calc(intn, YASM_EXPR_ADD, off_intn);
146 yasm_intnum_destroy(off_intn);

Completed in 49 milliseconds