Searched refs:IS_UNDEF_SYM_TYPE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/nm/
H A Dnm.c173 #define IS_UNDEF_SYM_TYPE(t) ((t) == 'U' || (t) == 'v' || (t) == 'w') macro
371 l_is_undef = IS_UNDEF_SYM_TYPE(get_sym_type(l->sym, ttable)) ? 1 : 0;
372 r_is_undef = IS_UNDEF_SYM_TYPE(get_sym_type(r->sym, ttable)) ? 1 : 0;
1620 if (IS_UNDEF_SYM_TYPE(type)) {
1670 if (!IS_UNDEF_SYM_TYPE(type)) {
1689 if (IS_UNDEF_SYM_TYPE(type))
1743 return (!IS_UNDEF_SYM_TYPE((unsigned char) type));
1814 return (IS_UNDEF_SYM_TYPE((unsigned char) type));
1957 if (nm_opts.debug_line == true && !IS_UNDEF_SYM_TYPE(type))

Completed in 105 milliseconds