Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dcallstack.c87 char *symstr; in CallStack() local
92 symstr = print_address_ps(ph, (ulong_t)pstatus.pr_lwp.pr_reg[R_PC], in CallStack()
95 symstr); in CallStack()
103 symstr = print_address_ps(ph, (ulong_t)frm.fr_savpc, in CallStack()
106 symstr); in CallStack()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1177 const char *symstr; /* Symbol + offset string */ in iob_doprnt() local
1256 if ((symstr = iob_addr2str(val)) != NULL) in iob_doprnt()
1257 u.str = symstr; in iob_doprnt()