Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/nm/
H A Dnm.c362 int l_is_undef, r_is_undef; in cmp_value() local
379 r_is_undef = IS_UNDEF_SYM_TYPE(get_sym_type(r->sym, ttable)) ? 1 : 0; in cmp_value()
381 assert(l_is_undef + r_is_undef >= 0); in cmp_value()
382 assert(l_is_undef + r_is_undef <= 2); in cmp_value()
384 switch (l_is_undef + r_is_undef) { in cmp_value()