Searched refs:precbc2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c834 yasm_bytecode *precbc, *precbc2; member in struct:yasm_span_term
926 yasm_bytecode *precbc2, void *d)
938 span->terms[subst].precbc2 = precbc2;
942 intn = yasm_calc_bc_dist(precbc, precbc2);
969 span->bc->bc_index <= span->terms[i].precbc2->bc_index) ||
970 (span->bc->bc_index > span->terms[i].precbc2->bc_index &&
994 span->rel_term->precbc2 = rel_precbc;
1145 if (term->precbc2)
1146 precbc2_index = term->precbc2
925 add_span_term(unsigned int subst, yasm_bytecode *precbc, yasm_bytecode *precbc2, void *d) argument
[all...]
H A Dbytecode.c200 yasm_calc_bc_dist(yasm_bytecode *precbc1, yasm_bytecode *precbc2) argument
205 if (precbc1->section != precbc2->section)
209 dist2 = yasm_bc_next_offset(precbc2);
H A Dexpr.c206 yasm_bytecode *precbc2,
226 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc2; local
264 yasm_symrec_get_label(e->terms[j].data.sym, &precbc2)) ||
266 (precbc2 = e->terms[j].data.precbc))) &&
267 (sect = yasm_bc_get_section(precbc2)) &&
269 callback(&e->terms[j], precbc, precbc2, cbd)) {
297 yasm_bytecode *precbc2, /*@null@*/ void *d)
299 yasm_intnum *dist = yasm_calc_bc_dist(precbc, precbc2);
319 yasm_bytecode *precbc2, void *cbd);
326 yasm_bytecode *precbc2, /*
202 expr_xform_bc_dist_base( yasm_expr *e, void *cbd, int (*callback) (yasm_expr__item *ei, yasm_bytecode *precbc, yasm_bytecode *precbc2, void *cbd)) argument
296 expr_xform_bc_dist_cb(yasm_expr__item *ei, yasm_bytecode *precbc, yasm_bytecode *precbc2, void *d) argument
325 expr_bc_dist_subst_cb(yasm_expr__item *ei, yasm_bytecode *precbc, yasm_bytecode *precbc2, void *d) argument
346 yasm_expr__bc_dist_subst(yasm_expr **ep, void *cbd, void (*callback) (unsigned int subst, yasm_bytecode *precbc, yasm_bytecode *precbc2, void *cbd)) argument
[all...]
H A Dexpr.h372 yasm_bytecode *precbc2,
H A Dvalue.c176 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc2; local
248 &precbc2)
249 && (sect = yasm_bc_get_section(precbc2))
H A Dbytecode.h430 * \param precbc2 preceding bytecode to the second bytecode
437 (yasm_bytecode *precbc1, yasm_bytecode *precbc2);

Completed in 909 milliseconds