Home
last modified time | relevance | path

Searched refs:jmp_buf (Results 1 - 25 of 75) sorted by relevance

123

/third_party/musl/libc-test/src/api/
H A Dsetjmp.c5 T(jmp_buf) in f()
6 {void(*p)(jmp_buf,int) = longjmp;} in f()
8 {int x = setjmp((jmp_buf){0});} in f()
10 {int(*p)(jmp_buf) = setjmp;} in f()
22 {void(*p)(jmp_buf,int) = _longjmp;} in f()
24 {int x = _setjmp((jmp_buf){0});} in f()
26 {int(*p)(jmp_buf) = _setjmp;} in f()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsetjmp.h16 } jmp_buf[1]; typedef
21 typedef jmp_buf sigjmp_buf;
28 int _setjmp (jmp_buf);
29 _Noreturn void _longjmp (jmp_buf, int);
32 int setjmp (jmp_buf);
33 _Noreturn void longjmp (jmp_buf, int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsetjmp.h16 } jmp_buf[1]; typedef
21 typedef jmp_buf sigjmp_buf;
28 int _setjmp (jmp_buf);
29 _Noreturn void _longjmp (jmp_buf, int);
32 int setjmp (jmp_buf);
33 _Noreturn void longjmp (jmp_buf, int);
/third_party/musl/include/
H A Dsetjmp.h16 } jmp_buf[1]; typedef
27 typedef jmp_buf sigjmp_buf;
34 int _setjmp (jmp_buf) __setjmp_attr;
35 _Noreturn void _longjmp (jmp_buf, int);
38 int setjmp (jmp_buf) __setjmp_attr;
39 _Noreturn void longjmp (jmp_buf, int);
/third_party/libunwind/libunwind/src/setjmp/
H A Dlongjmp.c42 register values in jmp_buf by XORing them with a "random"
52 static void _longjmp (jmp_buf env, int val);
53 static void longjmp (jmp_buf env, int val);
58 _longjmp (jmp_buf env, int val) in _longjmp()
105 void longjmp (jmp_buf env, int val)
110 longjmp (jmp_buf env, int val) in longjmp()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Dsetjmp.h20 typedef uint64_t jmp_buf[14]; typedef
22 int setjmp (jmp_buf env);
23 void longjmp (jmp_buf env, int val);
/third_party/jerryscript/targets/curie_bsp/include/
H A Dsetjmp.h20 typedef uint64_t jmp_buf[14]; typedef
22 int setjmp (jmp_buf env);
23 void longjmp (jmp_buf env, int val);
/third_party/skia/src/codec/
H A DSkJpegPriv.h43 operator jmp_buf&() { return fJmpBuf; } in operator jmp_buf&()
47 jmp_buf fJmpBuf;
50 SkSTArray<4, jmp_buf*> fJmpBufStack;
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A Dcexcept.h198 jmp_buf *penv; \
213 jmp_buf *exception__prev, exception__env; \
/third_party/libunwind/libunwind/tests/
H A Dtest-setjmp.c38 static jmp_buf jbuf;
43 raise_longjmp (jmp_buf jbuf, int i, int n) in raise_longjmp()
55 jmp_buf jbuf; in test_setjmp()
/third_party/unity/extras/memory/test/
H A Dunity_memory_Test.c129 jmp_buf TestAbortFrame; \
130 memcpy(TestAbortFrame, Unity.AbortFrame, sizeof(jmp_buf)); \
136 memcpy(Unity.AbortFrame, TestAbortFrame, sizeof(jmp_buf)); \
/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c596 jmp_buf* PNGAPI
604 * If the buffer size is no *larger* than the size of jmp_buf when libpng is in png_set_longjmp_fn()
605 * compiled a built in jmp_buf is returned; this preserves the pre-1.6.0 in png_set_longjmp_fn()
622 png_ptr->jmp_buf_ptr = png_voidcast(jmp_buf *, in png_set_longjmp_fn()
642 * with a stack allocated jmp_buf when the application regained in png_set_longjmp_fn()
646 png_error(png_ptr, "Libpng jmp_buf still allocated"); in png_set_longjmp_fn()
653 png_warning(png_ptr, "Application jmp_buf size changed"); in png_set_longjmp_fn()
670 jmp_buf *jb = png_ptr->jmp_buf_ptr; in png_free_jmpbuf()
684 /* Make an internal, libpng, jmp_buf to return here */ in png_free_jmpbuf()
685 jmp_buf free_jmp_bu in png_free_jmpbuf()
[all...]
/third_party/unity/test/tests/
H A Dtest_unity_core.c61 jmp_buf AbortFrame; in testUnitySizeInitializationReminder()
81 jmp_buf AbortFrame; in testUnitySizeInitializationReminder()
/third_party/python/Python/
H A Dpyfpe.c9 jmp_buf PyFPE_jbuf;
/third_party/musl/Benchmark/musl/
H A Dlibc_setjmp.cpp19 static jmp_buf g_testJmpBuf;
/third_party/musl/libc-test/src/functionalext/ldso_cfi/cfi_report_test/
H A Dcfi_icall_report_test.cpp20 jmp_buf env;
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/
H A D_longjmp.c27 * the corresponding jmp_buf argument
32 jmp_buf jb; in _longjmp_0100()
H A D_setjmp.c31 jmp_buf jb; in _setjmp_0100()
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/setjmp_gtest/
H A Dsetjmp_setjmp_test.cpp18 jmp_buf env; in HWTEST_F()
/third_party/jerryscript/jerry-core/parser/js/
H A Dcommon.h127 jmp_buf context_name
/third_party/node/deps/openssl/openssl/crypto/async/arch/
H A Dasync_posix.h59 jmp_buf env;
/third_party/openssl/crypto/async/arch/
H A Dasync_posix.h59 jmp_buf env;
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe05.c57 jmp_buf sig11_recover;
/third_party/musl/libc-test/src/functional/
H A Dsetjmp.c11 jmp_buf jb; in main()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcstest.c48 jmp_buf jb;

Completed in 9 milliseconds

123