Searched refs:yasm_bc_tobytes (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | bytecode.h | 512 /*@null@*/ /*@only@*/ unsigned char *yasm_bc_tobytes
|
D | bytecode.c | 301 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/ |
D | nasm-listfmt.c | 214 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/ |
D | xdf-objfmt.c | 245 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/ |
D | rdf-objfmt.c | 307 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/ |
D | bin-objfmt.c | 984 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/ |
D | elf-objfmt.c | 595 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/ |
D | macho-objfmt.c | 588 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/ |
D | coff-objfmt.c | 725 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, in coff_objfmt_output_bytecode()
|