Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.h63 typedef struct yasm_bytecode_callback { struct
68 void (*destroy) (/*@only@*/ void *contents);
76 void (*print) (const void *contents, FILE *f, int indent_level);
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,
180 } yasm_bytecode_callback; argument