Searched refs:rel_prevbc (Results 1 – 1 of 1) sorted by relevance
578 /*@dependent@*/ yasm_bytecode *rel_prevbc; in yasm_value_get_intnum() local584 sym_local = yasm_symrec_get_label(value->rel, &rel_prevbc); in yasm_value_get_intnum()587 if (rel_prevbc->section != bc->section) in yasm_value_get_intnum()593 dist = yasm_bc_next_offset(rel_prevbc); in yasm_value_get_intnum()683 /*@dependent@*/ yasm_bytecode *rel_prevbc; in yasm_value_output_basic() local686 sym_local = yasm_symrec_get_label(value->rel, &rel_prevbc); in yasm_value_output_basic()689 if (rel_prevbc->section != bc->section) in yasm_value_output_basic()695 dist = yasm_bc_next_offset(rel_prevbc); in yasm_value_output_basic()