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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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.c61 * Compose the lmid and object name into the canonical representation. We
62 * omit the lmid for the default link map for convenience.
65 dt_pid_objname(char *buf, size_t len, Lmid_t lmid, const char *obj) argument
67 if (lmid == LM_ID_BASE)
70 (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...]

Completed in 43 milliseconds