Searched refs:longjmp (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/system/libroot/posix/arch/sparc/
H A Dsiglongjmp.S12 FUNCTION(longjmp):
16 FUNCTION_END(longjmp)
19 #pragma weak longjmp=siglongjmp
/haiku/src/system/libroot/posix/arch/arm/
H A Dsiglongjmp.S10 FUNCTION(longjmp):
16 FUNCTION_END(longjmp)
19 #pragma weak longjmp=siglongjmp
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsiglongjmp.S12 FUNCTION(longjmp):
28 FUNCTION_END(longjmp)
31 #pragma weak longjmp=siglongjmp
/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsiglongjmp.S14 FUNCTION(longjmp):
33 FUNCTION_END(longjmp)
36 #pragma weak longjmp=siglongjmp
/haiku/src/system/libroot/posix/arch/arm64/
H A Dsiglongjmp.S12 FUNCTION(longjmp):
31 FUNCTION_END(longjmp)
34 #pragma weak longjmp=siglongjmp
/haiku/src/system/libroot/posix/arch/x86/
H A Dsiglongjmp.S10 * longjmp() and _longjmp() are both calling this function.
16 FUNCTION(longjmp):
42 #pragma weak longjmp=siglongjmp
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsiglongjmp.S11 FUNCTION(longjmp):
32 #pragma weak longjmp=siglongjmp
/haiku/src/tests/system/libroot/posix/
H A Dsetjmp_test.c21 longjmp(state, 42);
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsiglongjmp.S10 FUNCTION(longjmp):
45 #pragma weak longjmp=siglongjmp
/haiku/headers/posix/
H A Dsetjmp.h34 extern void longjmp(jmp_buf jumpBuffer, int value)
/haiku/src/add-ons/translators/jpeg/
H A Dbe_jerror.cpp86 longjmp(longJumpBuffer, 0);
/haiku/headers/private/kernel/arch/generic/
H A Duser_memory.h50 longjmp(thread_get_current_thread()->fault_handler_state, 1);
/haiku/src/bin/network/telnet/
H A Dnetwork.c161 longjmp(peerdied, -1);
H A Dsys_bsd.c817 longjmp(peerdied, -1);
829 longjmp(toplevel, -1);
H A Dcommands.c1421 longjmp(toplevel, 1);
2682 longjmp(toplevel, 1);
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S72 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
80 \param jumpBuffer Buffer to be used for longjmp().
108 // Fault -- return via longjmp(jumpBuffer, 1)
112 call longjmp
/haiku/src/bin/rc/
H A Dcompile.cpp188 longjmp(abort_jmp, 1);
219 // writing to BResources, etc), we bail out with a longjmp(). From
/haiku/src/system/kernel/arch/ppc/
H A Darch_asm.S366 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
374 \param jumpBuffer Buffer to be used for longjmp().
405 // fault -- return via longjmp(jumpBuffer, 1)
409 // call longjmp
411 lis %r0, longjmp@ha
412 ori %r0, %r0, longjmp@l
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S303 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
311 \param jumpBuffer Buffer to be used for longjmp().
337 // fault -- return via longjmp(jumpBuffer, 1)
343 call longjmp
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp361 longjmp(jumpBuffer, 1);
/haiku/src/system/kernel/arch/arm/
H A Darch_asm.S211 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
219 \param jumpBuffer Buffer to be used for longjmp().
240 // fault -- return via longjmp(jumpBuffer, 1)
244 b longjmp
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp280 (and "cont" not to work anymore). We use setjmp() + longjmp() to "unwind"
354 longjmp(sInvokeCommandEnv[--sInvokeCommandLevel],
H A Ddebug_parser.cpp141 longjmp(sJumpBuffers[sNextJumpBufferIndex - 1], 1);
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S298 fault, the arch_debug_call_with_fault_handler() calls longjmp() with the
306 \param jumpBuffer Buffer to be used for longjmp().
321 b longjmp
/haiku/src/bin/unzip/
H A Dfileio.c579 longjmp(dll_error_return, 1);

Completed in 274 milliseconds

12