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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.h56 (void *add_span_data, yasm_bytecode *bc, int id, const yasm_value *value,
61 * implementation-specific data is stored in #yasm_bytecode.contents.
66 * \param contents #yasm_bytecode.contents
72 * \param contents #yasm_bytecode.contents
83 void (*finalize) (yasm_bytecode *bc, yasm_bytecode *prev_bc);
91 int (*elem_size) (yasm_bytecode *bc);
108 int (*calc_len) (yasm_bytecode *bc, yasm_bc_add_span_func add_span,
132 int (*expand) (yasm_bytecode *bc, int span, long old_val, long new_val,
159 int (*tobytes) (yasm_bytecode *b
183 struct yasm_bytecode { struct
[all...]
H A Dcoretype.h93 typedef struct yasm_bytecode yasm_bytecode; typedef in typeref:struct:yasm_bytecode
275 unsigned long offset, yasm_bytecode *bc, int warn, /*@null@*/ void *d);
295 (yasm_symrec *sym, yasm_bytecode *bc, unsigned char *buf,

Completed in 59 milliseconds