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 Dbytecode.h112 * Called from yasm_bc_expand().
488 int yasm_bc_expand(yasm_bytecode *bc, int span, long old_val, long new_val,
H A Dbytecode.c284 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 Dsection.c1074 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 1233 milliseconds