Searched refs:nsymp (Results 1 – 1 of 1) sorted by relevance
351 struct library_symbol **nsymp = &retp->symbols; in library_clone() local353 *nsymp = malloc(sizeof(**nsymp)); in library_clone()354 if (*nsymp == NULL in library_clone()355 || library_symbol_clone(*nsymp, it) < 0) { in library_clone()356 free(*nsymp); in library_clone()357 *nsymp = NULL; in library_clone()364 (*nsymp)->lib = retp; in library_clone()365 nsymp = &(*nsymp)->next; in library_clone()367 *nsymp = NULL; in library_clone()