HomeSort by relevance Sort by last modified time
    Searched full:depval (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 846 yasm_value depval; member in struct:yasm_span
894 yasm_value_init_copy(&span->depval, value);
896 yasm_value_initialize(&span->depval, NULL, 0);
956 if (span->depval.abs) {
957 span->num_terms = yasm_expr__bc_dist_subst(&span->depval.abs, span,
979 if (span->depval.rel) {
983 sym_local = yasm_symrec_get_label(span->depval.rel, &rel_precbc);
984 if (span->depval.wrt || span->depval.seg_of || span->depval.section_re
    [all...]

Completed in 1540 milliseconds