Searched refs:sym_p (Results 1 – 1 of 1) sorted by relevance
103 #define SYMBOL_IS_FUNC(sym_p) \ argument104 (((sym_p)->ps_dbg.pd_symtag == TAG_subroutine) || \105 ((sym_p)->ps_dbg.pd_symtag == TAG_global_subroutine))106 #define SYMBOL_NAME(sym_p) (sym_p)->ps_dbg.pd_name argument107 #define SYMBOL_LINES_P(sym_p) (sym_p)->ps_dbg.pd_line_p argument108 #define SYMBOL_LASTLN_P(sym_p) (sym_p)->ps_dbg.pd_lali_p argument110 #define ISYMBOL_IS_FUNC(sym_p, index) SYMBOL_IS_FUNC(&((sym_p)[(index)])) argument111 #define ISYMBOL_NAME(sym_p, index) SYMBOL_NAME(&((sym_p)[(index)])) argument112 #define ISYMBOL_LINES(sym_p, index) SYMBOL_LINES(&((sym_p)[(index)])) argument113 #define ISYMBOL_LASTLN(sym_p, index) SYMBOL_LASTLN(&((sym_p)[(index)])) argument