Home
last modified time | relevance | path

Searched refs:rel_prevbc (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalue.c578 /*@dependent@*/ yasm_bytecode *rel_prevbc; in yasm_value_get_intnum() local
584 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() local
686 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()