Searched refs:PR_LMID_EVERY (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 425 if ((mptr = object_name_to_map(P, PR_LMID_EVERY, PR_OBJ_EXEC)) != NULL) in load_static_maps() 433 (mptr = object_name_to_map(P, PR_LMID_EVERY, PR_OBJ_LDSO)) != NULL) in load_static_maps() 675 return (Plmid_to_map(P, PR_LMID_EVERY, name)); in Pname_to_map() 721 return (Plmid_to_loadobj(P, PR_LMID_EVERY, name)); in Pname_to_loadobj() 837 return (Plmid_to_ctf(P, PR_LMID_EVERY, name)); in Pname_to_ctf() 2050 lmid = PR_LMID_EVERY; in object_to_map() 2063 if (lmid != PR_LMID_EVERY && in object_to_map() 2090 if (lmid != PR_LMID_EVERY && in object_to_map() 2112 if ((lmid == PR_LMID_EVERY || lmid == LM_ID_BASE) && in object_to_map() 2525 if (lmid != PR_LMID_EVERY && fptr->file_lo != NULL && in Pxlookup_by_name() [all …]
|
H A D | libproc.h | 498 #define PR_LMID_EVERY ((Lmid_t)-1UL) /* search every link map */ macro
|
/titanic_50/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 603 if (Pxlookup_by_name(proc_hdl, PR_LMID_EVERY, defname, sym_name, in la_sparcv9_pltenter() 749 if (Pxlookup_by_name(proc_hdl, PR_LMID_EVERY, defname, in la_pltexit64()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 398 Lmid_t lmid = PR_LMID_EVERY; in dt_pid_fix_mod() 536 if (Pxlookup_by_name(P, PR_LMID_EVERY, oname, syms[i], &sym, in dt_pid_usdt_mapping()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1773 if (tlsbase(t, tid, PR_LMID_EVERY, MDB_TGT_OBJ_EXEC, &b) != 0) { in pt_tls() 2496 Lmid_t lmid = PR_LMID_EVERY; in pt_resolve_lmid() 2657 if (lmid != PR_LMID_EVERY && in pt_lookup_by_name_thr() 2660 Plmid_to_map(P, PR_LMID_EVERY, object) in pt_lookup_by_name_thr() 2688 Plmid_to_map(P, PR_LMID_EVERY, object) != NULL) in pt_lookup_by_name_thr() 2942 Lmid_t lmid = PR_LMID_EVERY; in pt_objsym_iter() 3005 if (lmid != LM_ID_BASE && lmid != PR_LMID_EVERY) in pt_symbol_iter()
|