HomeSort by relevance Sort by last modified time
    Searched defs:lmid (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
drti.c 98 Lmid_t lmid; local
113 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) {
136 if (lmid == 0) {
141 "LM%lu`%s", lmid, modname);
dt_pid.c 61 * 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)
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, obj)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
audit.c 280 _audit_objopen(APlist *list, Rt_map *nlmp, Lmid_t lmid, Audit_info *aip,
305 flags = (*alp->al_objopen)((Link_map *)nlmp, lmid,
342 Lmid_t lmid = get_linkmap_id(LIST(nlmp)); local
388 lmid, aip, &ndx);
391 lmid, aip, &ndx);
394 lmid, aip, &ndx);
dlfcns.c 584 static uint_t lmid = 0; variable
596 if (lmid == UINT_MAX) {
601 lml->lm_lmid = lmid++;
1018 dlmopen(Lmid_t lmid, const char *path, int mode)
1028 ghp = dlmopen_check((Lm_list *)lmid, path, mode, clmp);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_proc.c 2465 Lmid_t lmid = PR_LMID_EVERY; local
2592 Lmid_t lmid; local
2859 Lmid_t lmid; local
2911 Lmid_t lmid = PR_LMID_EVERY; local
2944 Lmid_t lmid; local
3000 Lmid_t lmid; local
3168 Lmid_t lmid; local
    [all...]

Completed in 1530 milliseconds