Searched refs:nbp (Results 1 – 2 of 2) sorted by relevance
1391 struct breakpoint *nbp = NULL; in ifunc_ret_hit() local1455 nbp = malloc(sizeof *bp); in ifunc_ret_hit()1456 if (nbp == NULL || breakpoint_init(nbp, proc, u.a, libsym) < 0) in ifunc_ret_hit()1461 struct breakpoint *pre_bp = insert_breakpoint(proc, nbp); in ifunc_ret_hit()1464 if (pre_bp == nbp) { in ifunc_ret_hit()1467 nbp = NULL; in ifunc_ret_hit()1472 free(nbp); in ifunc_ret_hit()
417 Handle truncated nbp (appletalk) packets.