Searched refs:PR_LMID_EVERY (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c425 if ((mptr = object_name_to_map(P, PR_LMID_EVERY, PR_OBJ_EXEC)) != NULL)
433 (mptr = object_name_to_map(P, PR_LMID_EVERY, PR_OBJ_LDSO)) != NULL)
675 return (Plmid_to_map(P, PR_LMID_EVERY, name));
721 return (Plmid_to_loadobj(P, PR_LMID_EVERY, name));
837 return (Plmid_to_ctf(P, PR_LMID_EVERY, name));
2034 * specifying a particular link map id. If lmid is PR_LMID_EVERY, the
2050 lmid = PR_LMID_EVERY;
2063 if (lmid != PR_LMID_EVERY &&
2090 if (lmid != PR_LMID_EVERY &&
2112 if ((lmid == PR_LMID_EVERY || lmi
[all...]
H A Dlibproc.h489 * If PR_OBJ_EXEC is used as the object name, the lmid must be PR_LMID_EVERY
491 * object name, the lmid must be PR_LMID_EVERY or LM_ID_LDSO to return a match.
493 #define PR_LMID_EVERY ((Lmid_t)-1UL) /* search every link map */ macro
566 * LM_ID_LDSO, and PR_LMID_EVERY may be used with Psymbol_iter_by_lmid.
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c603 if (Pxlookup_by_name(proc_hdl, PR_LMID_EVERY, defname, sym_name,
749 if (Pxlookup_by_name(proc_hdl, PR_LMID_EVERY, defname,
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c398 Lmid_t lmid = PR_LMID_EVERY;
536 if (Pxlookup_by_name(P, PR_LMID_EVERY, oname, syms[i], &sym,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1773 if (tlsbase(t, tid, PR_LMID_EVERY, MDB_TGT_OBJ_EXEC, &b) != 0) {
2496 Lmid_t lmid = PR_LMID_EVERY;
2657 if (lmid != PR_LMID_EVERY &&
2660 Plmid_to_map(P, PR_LMID_EVERY, object)
2688 Plmid_to_map(P, PR_LMID_EVERY, object) != NULL)
2942 Lmid_t lmid = PR_LMID_EVERY;
3005 if (lmid != LM_ID_BASE && lmid != PR_LMID_EVERY)

Completed in 66 milliseconds