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.c2848 sip->prs_table = (symp == sym1p) ? PR_SYMTAB : PR_DYNSYM; in i_Pxlookup_by_addr()
2937 sip->prs_table = PR_SYMTAB; in Pxlookup_by_name()
2947 sip->prs_table = PR_DYNSYM; in Pxlookup_by_name()
3196 si.prs_table = PR_SYMTAB; in Psymbol_iter_com()
3200 si.prs_table = PR_DYNSYM; in Psymbol_iter_com()
H A Dlibproc.h540 uint_t prs_table; /* symbol table id */ member
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c2706 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2730 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2992 sip->sym_table = si.prs_table; in pt_lookup_by_addr()