Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.h512 /*@null@*/ /*@only@*/ unsigned char *yasm_bc_tobytes
Dbytecode.c301 yasm_bc_tobytes(yasm_bytecode *bc, unsigned char *buf, unsigned long *bufsize, in yasm_bc_tobytes() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
Dnasm-listfmt.c214 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, &info, in nasm_listfmt_output()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c245 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, in xdf_objfmt_output_bytecode()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c307 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, in rdf_objfmt_output_bytecode()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c984 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, in bin_objfmt_output_bytecode()
1030 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, in bin_objfmt_no_output_bytecode()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c595 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, info, in elf_objfmt_output_bytecode()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c588 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, in macho_objfmt_output_bytecode()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c725 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, in coff_objfmt_output_bytecode()