Lines Matching refs:lmid

659 Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name)  in Plmid_to_map()  argument
666 if ((mptr = object_name_to_map(P, lmid, name)) != NULL) in Plmid_to_map()
699 Plmid_to_loadobj(struct ps_prochandle *P, Lmid_t lmid, const char *name) in Plmid_to_loadobj() argument
706 if ((mptr = object_name_to_map(P, lmid, name)) == NULL) in Plmid_to_loadobj()
819 Plmid_to_ctf(struct ps_prochandle *P, Lmid_t lmid, const char *name) in Plmid_to_ctf() argument
827 if ((mptr = object_name_to_map(P, lmid, name)) == NULL || in Plmid_to_ctf()
2038 object_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *objname) in object_to_map() argument
2050 lmid = PR_LMID_EVERY; in object_to_map()
2063 if (lmid != PR_LMID_EVERY && in object_to_map()
2064 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident)) in object_to_map()
2090 if (lmid != PR_LMID_EVERY && in object_to_map()
2091 (fp->file_lo == NULL || lmid != fp->file_lo->rl_lmident)) in object_to_map()
2112 if ((lmid == PR_LMID_EVERY || lmid == LM_ID_BASE) && in object_to_map()
2120 object_name_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name) in object_name_to_map() argument
2140 mptr = object_to_map(P, lmid, name); in object_name_to_map()
2485 Lmid_t lmid, /* link map to match, or -1 for any */ in Pxlookup_by_name() argument
2507 if ((mptr = object_name_to_map(P, lmid, oname)) == NULL || in Pxlookup_by_name()
2525 if (lmid != PR_LMID_EVERY && fptr->file_lo != NULL && in Pxlookup_by_name()
2526 lmid != fptr->file_lo->rl_lmident) in Pxlookup_by_name()
2761 Psymbol_iter_com(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, in Psymbol_iter_com() argument
2780 if ((mptr = object_name_to_map(P, lmid, object_name)) == NULL) in Psymbol_iter_com()
2886 Pxsymbol_iter(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, in Pxsymbol_iter() argument
2889 return (Psymbol_iter_com(P, lmid, object_name, which, mask, in Pxsymbol_iter()
2894 Psymbol_iter_by_lmid(struct ps_prochandle *P, Lmid_t lmid, in Psymbol_iter_by_lmid() argument
2897 return (Psymbol_iter_com(P, lmid, object_name, which, mask, in Psymbol_iter_by_lmid()