Searched refs:Plookup_by_addr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dtrace-147/libproc/
H A Dlibproc.h150 extern int Plookup_by_addr(struct ps_prochandle *, mach_vm_address_t, char *, size_t, GElf_Sym *);
H A Dlibproc.c706 int Plookup_by_addr(struct ps_prochandle *P, mach_vm_address_t addr, char *buf, size_t size, GElf_Sym *symp) { function
1061 * We're cheating in one other way. Plookup_by_addr() is used in dt_pid.c to
1064 * Plookup_by_addr(), and should be able to find dyldStubs.
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_pid.c367 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
H A Ddt_subr.c943 if (Plookup_by_addr(P, addr, name, sizeof (name), &sym) == 0) {
H A Ddt_consume.c1395 if (P != NULL && Plookup_by_addr(P, pc[i],
1495 if (Plookup_by_addr(P, pc, NULL, 0, &sym) == 0)
H A Ddt_aggregate.c344 if (Plookup_by_addr(P, *pc, NULL, 0, &sym) == 0)

Completed in 203 milliseconds