Home
last modified time | relevance | path

Searched refs:nbp (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dtrace.c1391 struct breakpoint *nbp = NULL; in ifunc_ret_hit() local
1455 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()
/external/tcpdump/
DCHANGES417 Handle truncated nbp (appletalk) packets.