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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c144 Lmid_t lmid; local
146 u_long lmid = 0; local
177 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) {
237 if (lmid == 0) {
242 "LM%lu`%s", lmid, modname);
H A Ddt_pid.c66 * Compose the lmid and object name into the canonical representation. We
67 * omit the lmid for the default link map for convenience.
70 dt_pid_objname(char *buf, size_t len, Lmid_t lmid, const char *obj) argument
73 if (lmid == LM_ID_BASE)
76 (void) snprintf(buf, len, "LM%lx`%s", lmid, obj);
433 Lmid_t lmid = PR_LMID_EVERY; local
435 Lmid_t lmid = 0; local
451 lmid = strtoul(&pdp->dtpd_mod[2], &end, 16);
465 if ((pmp = Plmid_to_map(P, lmid, obj)) == NULL)
475 (void) Plmid(P, pmp->pr_vaddr, &lmid);
[all...]

Completed in 64 milliseconds