Lines Matching refs:lmid
680 Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name) in Plmid_to_map() argument
687 if ((mptr = object_name_to_map(P, lmid, name)) != NULL) in Plmid_to_map()
720 Plmid_to_loadobj(struct ps_prochandle *P, Lmid_t lmid, const char *name) in Plmid_to_loadobj() argument
727 if ((mptr = object_name_to_map(P, lmid, name)) == NULL) in Plmid_to_loadobj()
840 Plmid_to_ctf(struct ps_prochandle *P, Lmid_t lmid, const char *name) in Plmid_to_ctf() argument
861 if ((mptr = object_name_to_map(P, lmid, name)) == NULL || in Plmid_to_ctf()
2442 object_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *objname) in object_to_map() argument
2454 lmid = PR_LMID_EVERY; in object_to_map()
2467 if (lmid != PR_LMID_EVERY && in object_to_map()
2468 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident)) in object_to_map()
2494 if (lmid != PR_LMID_EVERY && in object_to_map()
2495 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident)) in object_to_map()
2516 if ((lmid == PR_LMID_EVERY || lmid == LM_ID_BASE) && in object_to_map()
2524 object_name_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name) in object_name_to_map() argument
2544 mptr = object_to_map(P, lmid, name); in object_name_to_map()
2889 Lmid_t lmid, /* link map to match, or -1 for any */ in Pxlookup_by_name() argument
2911 if ((mptr = object_name_to_map(P, lmid, oname)) == NULL || in Pxlookup_by_name()
2929 if (lmid != PR_LMID_EVERY && fptr->file_lo != NULL && in Pxlookup_by_name()
2930 lmid != fptr->file_lo->rl_lmident) in Pxlookup_by_name()
3164 Psymbol_iter_com(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, in Psymbol_iter_com() argument
3183 if ((mptr = object_name_to_map(P, lmid, object_name)) == NULL) in Psymbol_iter_com()
3289 Pxsymbol_iter(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, in Pxsymbol_iter() argument
3292 return (Psymbol_iter_com(P, lmid, object_name, which, mask, in Pxsymbol_iter()
3297 Psymbol_iter_by_lmid(struct ps_prochandle *P, Lmid_t lmid, in Psymbol_iter_by_lmid() argument
3300 return (Psymbol_iter_com(P, lmid, object_name, which, mask, in Psymbol_iter_by_lmid()