Searched refs:yasm_bc_expand (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
H A D | bytecode.h | 112 * Called from yasm_bc_expand(). 488 int yasm_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val,
|
H A D | bytecode.c | 284 yasm_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val, function 292 yasm_internal_error(N_("got empty bytecode in yasm_bc_expand"));
|
H A D | section.c | 1074 int retval = yasm_bc_expand(bc, 1, 0, 1374 retval = yasm_bc_expand(span->bc, span->id, span->cur_val, 1512 retval = yasm_bc_expand(span->bc, span->id, span->cur_val, 1556 retval = yasm_bc_expand(os->bc, 1, (long)os->cur_val,
|
Completed in 60 milliseconds