Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c2847 sip->prs_table = (symp == sym1p) ? PR_SYMTAB : PR_DYNSYM; in i_Pxlookup_by_addr()
2936 sip->prs_table = PR_SYMTAB; in Pxlookup_by_name()
2946 sip->prs_table = PR_DYNSYM; in Pxlookup_by_name()
3195 si.prs_table = PR_SYMTAB; in Psymbol_iter_com()
3199 si.prs_table = PR_DYNSYM; in Psymbol_iter_com()
H A Dlibproc.h538 uint_t prs_table; /* symbol table id */ member
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c2654 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2678 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2940 sip->sym_table = si.prs_table; in pt_lookup_by_addr()