Home
last modified time | relevance | path

Searched refs:Dp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c192 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next) in establish_breakpoints()
201 delete_breakpoints(Dp->base, Dp->size); in establish_breakpoints()
206 free(Dp); in establish_breakpoints()
316 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next) in object_iter()
344 Dynlib = Dp; in object_iter()
384 Dyp->Dp = Dp; in object_iter()
400 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next) { in object_present()
498 struct dynlib *Dp = Dyp->Dp; in symbol_iter() local
1074 free(Dp); in reset_breakpoints()
1458 rpc >= Dp->base && rpc < Dp->base + Dp->size)) in function_entry()
[all …]
H A Dramdata.h256 struct dynlib *Dp; /* set to the dynlib instance when searching */ member
H A Dlistopts.c559 Dyp->Dp = NULL; in liblist()