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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.h136 * Called from yasm_bc_tobytes().
512 /*@null@*/ /*@only@*/ unsigned char *yasm_bc_tobytes
H A Dbytecode.c301 yasm_bc_tobytes(yasm_bytecode *bc, unsigned char *buf, unsigned long *bufsize, function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c214 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, &info,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c984 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
1030 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c307 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c245 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c595 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, info,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c588 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c725 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,

Completed in 5108 milliseconds