Searched refs:Dp (Results 1 – 3 of 3) sorted by relevance
190 struct dynlib *Dp; in establish_breakpoints() local192 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next) in establish_breakpoints()193 Dp->present = FALSE; in establish_breakpoints()196 while ((Dp = *Dpp) != NULL) { in establish_breakpoints()197 if (Dp->present) { in establish_breakpoints()198 Dpp = &Dp->next; in establish_breakpoints()201 delete_breakpoints(Dp->base, Dp->size); in establish_breakpoints()202 *Dpp = Dp->next; in establish_breakpoints()203 free(Dp->lib_name); in establish_breakpoints()204 free(Dp->match_name); in establish_breakpoints()[all …]
256 struct dynlib *Dp; /* set to the dynlib instance when searching */ member
559 Dyp->Dp = NULL; in liblist()