Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalue.c563 int sym_local; in yasm_value_get_intnum() local
584 sym_local = yasm_symrec_get_label(value->rel, &rel_prevbc); in yasm_value_get_intnum()
585 if (value->wrt || value->seg_of || value->section_rel || !sym_local) in yasm_value_get_intnum()
628 int sym_local; in yasm_value_output_basic() local
686 sym_local = yasm_symrec_get_label(value->rel, &rel_prevbc); in yasm_value_output_basic()
687 if (value->wrt || value->seg_of || value->section_rel || !sym_local) in yasm_value_output_basic()
Dsection.c981 int sym_local; in span_create_terms() local
983 sym_local = yasm_symrec_get_label(span->depval.rel, &rel_precbc); in span_create_terms()
985 || !sym_local) in span_create_terms()