Searched refs:Plookup_by_addr (Results 1 – 5 of 5) sorted by relevance
/freebsd/cddl/lib/libdtrace/ |
H A D | libproc_compat.h | 49 #define Plookup_by_addr proc_addr2sym macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_consume.c | 1665 if (P != NULL && Plookup_by_addr(P, pc[i], in dt_format_ustack() 1871 if (P != NULL && Plookup_by_addr(P, pc[i], in dt_print_ustack() 1968 if (Plookup_by_addr(P, pc, NULL, 0, &sym) == 0) in dt_format_usym() 2006 if (Plookup_by_addr(P, pc, NULL, 0, &sym) == 0) in dt_print_usym()
|
H A D | dt_subr.c | 987 if (Plookup_by_addr(P, addr, name, sizeof (name), &sym) == 0) { in dtrace_uaddr2str()
|
H A D | dt_pid.c | 378 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func, in dt_pid_per_mod()
|
H A D | dt_aggregate.c | 349 if (Plookup_by_addr(P, *pc, NULL, 0, &sym) == 0) in dt_aggregate_usym()
|