Home
last modified time | relevance | path

Searched defs:yasm_bytecode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.h183 struct yasm_bytecode { struct
192 /*@null@*/ const yasm_bytecode_callback *callback; argument
197 /*@dependent@*/ /*@null@*/ yasm_section *section;
202 /*@only@*/ /*@null@*/ yasm_expr *multiple;
205 unsigned long len;
208 long mult_int;
211 unsigned long line;
238 /*@only@*/ yasm_bytecode *yasm_bc_create_common argument
Dcoretype.h93 typedef struct yasm_bytecode yasm_bytecode; typedef