Searched refs:stop_arg (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/lib/libunwind/ |
H A D | libunwind.cxx | 133 void *stop_arg) { in unwind_phase2_forced() argument 149 (struct _Unwind_Context *)(&cursor), stop_arg); in unwind_phase2_forced() 167 (struct _Unwind_Context *)(&cursor), stop_arg); in unwind_phase2_forced() 212 _Unwind_Stop_Fn stop, void *stop_arg) { in _Unwind_ForcedUnwind() argument 218 exc->private_2 = (uintptr_t)stop_arg; in _Unwind_ForcedUnwind() 220 return unwind_phase2_forced(cursor, exc, stop, stop_arg); in _Unwind_ForcedUnwind()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-arm-common.inc | 478 void *stop_arg = (void *)UCB_FORCED_STOP_ARG (ucbp); 545 (void *)&saved_vrs, stop_arg); 650 _Unwind_Stop_Fn stop_fn, void *stop_arg, 654 UCB_FORCED_STOP_ARG (ucbp) = (_uw) stop_arg;
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-arm-common.inc | 474 void *stop_arg = (void *)UCB_FORCED_STOP_ARG (ucbp); 541 (void *)&saved_vrs, stop_arg); 646 _Unwind_Stop_Fn stop_fn, void *stop_arg, 650 UCB_FORCED_STOP_ARG (ucbp) = (_uw) stop_arg;
|