Searched defs:incbin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dincbin.asm0 incbin "stamp-h1"
1 incbin "stamp-h1" label
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-incbin.c46 const char *from; /* filename of what contained incbin */
80 bytecode_incbin *incbin = (bytecode_incbin *)contents; local
81 yasm_xfree(incbin->filename);
82 yasm_expr_destroy(incbin->start);
83 yasm_expr_destroy(incbin->maxlen);
90 const bytecode_incbin *incbin = (const bytecode_incbin *)contents; local
93 incbin->filename);
95 if (!incbin->start)
98 yasm_expr_print(incbin->start, f);
100 if (!incbin
110 bytecode_incbin *incbin = (bytecode_incbin *)bc->contents; local
134 bytecode_incbin *incbin = (bytecode_incbin *)bc->contents; local
203 bytecode_incbin *incbin = (bytecode_incbin *)bc->contents; local
252 bytecode_incbin *incbin = yasm_xmalloc(sizeof(bytecode_incbin)); local
[all...]

Completed in 183 milliseconds