Home
last modified time | relevance | path

Searched refs:yasm_objfmt_output (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dobjfmt.h146 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/
Dtasm.c388 yasm_objfmt_output(object, obj?obj:stderr, in do_assemble()
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
Dyasm.c527 yasm_objfmt_output(object, obj?obj:stderr, in do_assemble()