Searched refs:stack_unwind (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c279 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);
500 TprintfT (DBG_LT0, "__collector_get_return_address: size=%d, but stack_unwind returns %d\n", size, sz);
590 sz = stack_unwind (d, tmpsz, bptr, NULL, context, unwind_mode);
862 return stack_unwind (buf, size, bptr, eptr, arg, unwind_mode);
1335 * int stack_unwind( char *buf, int size, ucontext_t *context )
1340 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) function
2791 DprintfT (SP_DUMP_UNWIND, "stack_unwind:%d cur->regs[%d]=0x%lx\n",
2822 DprintfT (SP_DUMP_UNWIND, "stack_unwind%d give up return address, opcode=0x%02x\n",
3224 DprintfT (SP_DUMP_UNWIND, "stack_unwind
4401 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) function
4575 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) function
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c283 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);
504 TprintfT (DBG_LT0, "__collector_get_return_address: size=%d, but stack_unwind returns %d\n", size, sz);
596 sz = stack_unwind (d, tmpsz, bptr, NULL, context, unwind_mode);
868 return stack_unwind (buf, size, bptr, eptr, arg, unwind_mode);
1341 * int stack_unwind( char *buf, int size, ucontext_t *context )
1346 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) function
2797 DprintfT (SP_DUMP_UNWIND, "stack_unwind:%d cur->regs[%d]=0x%lx\n",
2828 DprintfT (SP_DUMP_UNWIND, "stack_unwind%d give up return address, opcode=0x%02x\n",
3230 DprintfT (SP_DUMP_UNWIND, "stack_unwind
4407 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) function
4581 stack_unwind (char *buf, int size, void *bptr, void *eptr, ucontext_t *context, int mode) function
[all...]

Completed in 204 milliseconds