Searched refs:stack_unwind (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | unwind.c | 279 static int stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode… 497 int sz = stack_unwind (buf, size, NULL, NULL, &context, 0); in __collector_ext_return_address() 590 sz = stack_unwind (d, tmpsz, bptr, NULL, context, unwind_mode); in __collector_get_frame_info() 862 return stack_unwind (buf, size, bptr, eptr, arg, unwind_mode); in __collector_getStackTrace() 1340 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) in stack_unwind() function 4401 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) in stack_unwind() function 4575 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) in stack_unwind() function
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | unwind.c | 283 static int stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode… 501 int sz = stack_unwind (buf, size, NULL, NULL, &context, 0); in __collector_ext_return_address() 596 sz = stack_unwind (d, tmpsz, bptr, NULL, context, unwind_mode); in __collector_get_frame_info() 868 return stack_unwind (buf, size, bptr, eptr, arg, unwind_mode); in __collector_getStackTrace() 1346 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) in stack_unwind() function 4407 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) in stack_unwind() function 4581 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) in stack_unwind() function
|