Searched refs:Paddr_to_map (Results 1 – 7 of 7) sorted by relevance
95 Paddr_to_map;
535 extern const prmap_t *Paddr_to_map(struct ps_prochandle *, uintptr_t);
180 const prmap_t *Paddr_to_map(struct ps_prochandle *Pr, uintptr_t addr);
641 Paddr_to_map(struct ps_prochandle *P, uintptr_t addr) in Paddr_to_map() function
358 Paddr_to_map(P, ptb->ptb_addr) == NULL) in pt_rtld_event()2867 pmp = Paddr_to_map(P, addr); in pt_lookup_by_addr()3186 if ((pmp = Paddr_to_map(t->t_pshandle, addr)) == NULL) { in pt_addr_to_map()3961 if (Paddr_to_map(t->t_pshandle, pta->pta_addr) == NULL) in pt_brkpt_ctor()
365 if ((map = Paddr_to_map(P, *pc)) != NULL) in dt_aggregate_umod()
1385 (P == NULL || (map = Paddr_to_map(P, pc[i])) == NULL || in dt_print_ustack()