Home
last modified time | relevance | path

Searched refs:jmp_buf (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dsetjmp.h47 _Noreturn void longjmp (jmp_buf __jmpb, int __retval);
48 int setjmp (jmp_buf __jmpb);
/picolibc-latest/test/
Dsetjmp.c40 static void func(jmp_buf env, int param) in func()
52 jmp_buf env; in main()
/picolibc-latest/newlib/libc/machine/cris/
Dsetjmp.c62 setjmp (jmp_buf buf) in setjmp()
152 longjmp(jmp_buf buf, int val) in longjmp()
/picolibc-latest/newlib/libc/machine/rx/
Dsetjmp.S31 # int R1 = setjmp (jmp_buf R1)
32 # void longjmp (jmp_buf R1, int R2)
/picolibc-latest/newlib/libc/machine/rl78/
Dsetjmp.S95 ;; R8 = setjmp (jmp_buf *[sp+4].w)
150 ;; noreturn longjmp (jmp_buf *[sp+4].w, int [sp+6].w)
/picolibc-latest/newlib/libc/machine/xtensa/
Dxtensa.tex19 int setjmp(jmp_buf env);
48 void longjmp(jmp_buf env, int val);
/picolibc-latest/newlib/libc/include/machine/
Dsetjmp.h449 typedef _JBTYPE jmp_buf[_JBLEN]; typedef
451 typedef int jmp_buf[_JBLEN];
/picolibc-latest/newlib/libc/machine/mep/
Dsetjmp.S19 # some application wants to see it in the jmp_buf. Ideally,
/picolibc-latest/newlib/libc/machine/z8k/
Dsetjmp.S89 ld r4,r15(#2) ! get first argument (jmp_buf)
/picolibc-latest/newlib/libc/machine/hppa/
Dsetjmp.S78 ; jmp_buf may only have a 4 byte alignment, so handle FP stores
/picolibc-latest/newlib/
DNEWS20 - make arm jmp_buf size and alignment ABI-conformant
DChangeLog-201513742 instead of typedefing jmp_buf.
18139 type and typedef __jmp_buf to jmp_buf.
21501 type, and cut size in half so that the jmp_buf array is guaranteed
24067 (jmp_buf): Use _JBTYPE if defined, otherwise int.
24172 * libc/include/machine/setjmp.h: Increase size of PPC jmp_buf.
24343 to give some room in case we need to align the jmp_buf.