Searched defs:lmid (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddrti.c98 Lmid_t lmid; local
113 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) {
136 if (lmid == 0) {
141 "LM%lu`%s", lmid, modname);
H A Ddt_pid.c60 * Compose the lmid and object name into the canonical representation. We
61 * omit the lmid for the default link map for convenience.
64 dt_pid_objname(char *buf, size_t len, Lmid_t lmid, const char *obj) argument
66 if (lmid == LM_ID_BASE)
69 (void) snprintf(buf, len, "LM%lx`%s", lmid, obj);
393 Lmid_t lmid = PR_LMID_EVERY; local
407 lmid = strtoul(&pdp->dtpd_mod[2], &end, 16);
418 if ((pmp = Plmid_to_map(P, lmid, obj)) == NULL)
427 (void) Plmid(P, pmp->pr_vaddr, &lmid);
428 dt_pid_objname(pdp->dtpd_mod, sizeof (pdp->dtpd_mod), lmid, ob
[all...]
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c331 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie) argument
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c376 dprintf("loaded rd object %s lmid %lx\n",
669 Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name) argument
676 if ((mptr = object_name_to_map(P, lmid, name)) != NULL)
709 Plmid_to_loadobj(struct ps_prochandle *P, Lmid_t lmid, const char *name) argument
716 if ((mptr = object_name_to_map(P, lmid, name)) == NULL)
829 Plmid_to_ctf(struct ps_prochandle *P, Lmid_t lmid, const char *name) argument
837 if ((mptr = object_name_to_map(P, lmid, name)) == NULL ||
2064 * specifying a particular link map id. If lmid is PR_LMID_EVERY, the
2068 object_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *objname) argument
2080 lmid
2150 object_name_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name) argument
2513 Pxlookup_by_name( struct ps_prochandle *P, Lmid_t lmid, const char *oname, const char *sname, GElf_Sym *symp, prsyminfo_t *sip) argument
2791 Psymbol_iter_com(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, int which, int mask, pr_order_t order, proc_xsym_f *func, void *cd) argument
2916 Pxsymbol_iter(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, int which, int mask, proc_xsym_f *func, void *cd) argument
2924 Psymbol_iter_by_lmid(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, int which, int mask, proc_sym_f *func, void *cd) argument
[all...]

Completed in 33 milliseconds