/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bytecode.h | 136 * Called from yasm_bc_tobytes(). 512 /*@null@*/ /*@only@*/ unsigned char *yasm_bc_tobytes
|
bytecode.c | 301 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/ |
nasm-listfmt.c | 214 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, &info,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
bin-objfmt.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
rdf-objfmt.c | 307 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
xdf-objfmt.c | 245 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-objfmt.c | 595 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, info, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 588 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 725 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info, [all...] |