Searched refs:LM_ID_BASE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/dtrace-147/libproc/
H A Dlibproc.h46 #define LM_ID_BASE 0x00 macro
135 * special values LM_ID_BASE and LM_ID_LDSO from <link.h> may also be used.
137 * or LM_ID_BASE in order to return a match. If PR_OBJ_LDSO is used as the
193 * Symbol table iteration interface. The special lmid constants LM_ID_BASE,
H A Dlibproc.c601 sip->prs_lmid = LM_ID_BASE;
697 //sip->prs_lmid = (fptr->file_lo == NULL) ? LM_ID_BASE : fptr->file_lo->rl_lmident;
698 sip->prs_lmid = LM_ID_BASE;
862 *lmidp = LM_ID_BASE;
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_pid_apple.c124 pp.dpp_lmid = LM_ID_BASE;
H A Ddt_proc_apple.c108 if (Pxlookup_by_name(dpr->dpr_proc, LM_ID_BASE,
H A Ddt_pid.c74 if (lmid == LM_ID_BASE)
/macosx-10.10/dtrace-147/plockstat/
H A Dplockstat.c528 if (info.prs_lmid != LM_ID_BASE) {

Completed in 180 milliseconds