Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A 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; typedef
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A 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; typedef