Lines Matching defs:lmid

377 	dprintf("loaded rd object %s lmid %lx\n",
659 Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name)
666 if ((mptr = object_name_to_map(P, lmid, name)) != NULL)
699 Plmid_to_loadobj(struct ps_prochandle *P, Lmid_t lmid, const char *name)
706 if ((mptr = object_name_to_map(P, lmid, name)) == NULL)
819 Plmid_to_ctf(struct ps_prochandle *P, Lmid_t lmid, const char *name)
827 if ((mptr = object_name_to_map(P, lmid, name)) == NULL ||
2034 * specifying a particular link map id. If lmid is PR_LMID_EVERY, the
2038 object_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *objname)
2050 lmid = PR_LMID_EVERY;
2063 if (lmid != PR_LMID_EVERY &&
2064 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident))
2090 if (lmid != PR_LMID_EVERY &&
2091 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident))
2112 if ((lmid == PR_LMID_EVERY || lmid == LM_ID_BASE) &&
2120 object_name_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name)
2140 mptr = object_to_map(P, lmid, name);
2485 Lmid_t lmid, /* link map to match, or -1 for any */
2507 if ((mptr = object_name_to_map(P, lmid, oname)) == NULL ||
2525 if (lmid != PR_LMID_EVERY && fptr->file_lo != NULL &&
2526 lmid != fptr->file_lo->rl_lmident)
2756 * Given an object name and optional lmid, iterate over the object's symbols.
2761 Psymbol_iter_com(struct ps_prochandle *P, Lmid_t lmid, const char *object_name,
2780 if ((mptr = object_name_to_map(P, lmid, object_name)) == NULL)
2886 Pxsymbol_iter(struct ps_prochandle *P, Lmid_t lmid, const char *object_name,
2889 return (Psymbol_iter_com(P, lmid, object_name, which, mask,
2894 Psymbol_iter_by_lmid(struct ps_prochandle *P, Lmid_t lmid,
2897 return (Psymbol_iter_com(P, lmid, object_name, which, mask,