Home
last modified time | relevance | path

Searched defs:sym_p (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/sgs/prof/common/
H A DsymintHdr.h103 #define SYMBOL_IS_FUNC(sym_p) \ argument
106 #define SYMBOL_NAME(sym_p) (sym_p)->ps_dbg.pd_name argument
107 #define SYMBOL_LINES_P(sym_p) (sym_p)->ps_dbg.pd_line_p argument
108 #define SYMBOL_LASTLN_P(sym_p) (sym_p)->ps_dbg.pd_lali_p argument
110 #define ISYMBOL_IS_FUNC(sym_p, index) SYMBOL_IS_FUNC(&((sym_p)[(index)])) argument
111 #define ISYMBOL_NAME(sym_p, index) SYMBOL_NAME(&((sym_p)[(index)])) argument
112 #define ISYMBOL_LINES(sym_p, index) SYMBOL_LINES(&((sym_p)[(index)])) argument
113 #define ISYMBOL_LASTLN(sym_p, index) SYMBOL_LASTLN(&((sym_p)[(index)])) argument