Lines Matching refs:lmid

376 	dprintf("loaded rd object %s lmid %lx\n",
669 Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name)
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)
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)
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)
2080 lmid = PR_LMID_EVERY;
2093 if (lmid != PR_LMID_EVERY &&
2094 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident))
2120 if (lmid != PR_LMID_EVERY &&
2121 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident))
2142 if ((lmid == PR_LMID_EVERY || lmid == LM_ID_BASE) &&
2150 object_name_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name)
2170 mptr = object_to_map(P, lmid, name);
2515 Lmid_t lmid, /* link map to match, or -1 for any */
2537 if ((mptr = object_name_to_map(P, lmid, oname)) == NULL ||
2555 if (lmid != PR_LMID_EVERY && fptr->file_lo != NULL &&
2556 lmid != fptr->file_lo->rl_lmident)
2786 * Given an object name and optional lmid, iterate over the object's symbols.
2791 Psymbol_iter_com(struct ps_prochandle *P, Lmid_t lmid, const char *object_name,
2810 if ((mptr = object_name_to_map(P, lmid, object_name)) == NULL)
2916 Pxsymbol_iter(struct ps_prochandle *P, Lmid_t lmid, const char *object_name,
2919 return (Psymbol_iter_com(P, lmid, object_name, which, mask,
2924 Psymbol_iter_by_lmid(struct ps_prochandle *P, Lmid_t lmid,
2927 return (Psymbol_iter_com(P, lmid, object_name, which, mask,