Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a64.S48 .global setjmp symbol
49 .type setjmp, %function
50 setjmp: label
68 .size setjmp, .-setjmp
H A Dsetjmp_a32.S96 .globl SYM (setjmp)
97 TYPE (setjmp)
98 SYM (setjmp):
202 FUNC_START setjmp
235 FUNC_END setjmp
/optee_os/lib/libutils/isoc/include/
H A Dsetjmp.h72 int setjmp(jmp_buf env);
/optee_os/lib/libutils/isoc/arch/riscv/
H A Dsetjmp_rv.S9 FUNC setjmp , :
47 END_FUNC setjmp
/optee_os/core/pta/tests/
H A Dmisc.c729 ret = setjmp(asan_test_jmp); in asan_call_test()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha256.c199 if (setjmp(return_from_sigill) == 0) { /* First return only */ in mbedtls_a64_crypto_sha256_determine_support()
H A Dsha512.c190 if (setjmp(return_from_sigill) == 0) { /* First return only */ in mbedtls_a64_crypto_sha512_determine_support()