Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/nm/
H A Dnm.c178 #define IS_SYM_TYPE(t) ((t) == '?' || isalpha((t)) != 0) macro
1776 assert(IS_SYM_TYPE((unsigned char) type)); in sym_elem_def()
1788 assert(IS_SYM_TYPE((unsigned char) type)); in sym_elem_global()
1847 assert(IS_SYM_TYPE((unsigned char) type)); in sym_elem_undef()