Searched refs:yasm_objfmt_output (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | objfmt.h | 146 void yasm_objfmt_output(yasm_object *object, FILE *f, int all_syms, 196 #define yasm_objfmt_output(object, f, all_syms, ews) \ macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
D | tasm.c | 388 yasm_objfmt_output(object, obj?obj:stderr, in do_assemble()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
D | yasm.c | 527 yasm_objfmt_output(object, obj?obj:stderr, in do_assemble()
|