HomeSort by relevance Sort by last modified time
    Searched refs:jbuf (Results 1 - 9 of 9) sorted by null

  /external/libunwind/tests/
test-setjmp.c 38 static jmp_buf jbuf; variable
43 raise_longjmp (jmp_buf jbuf, int i, int n)
46 raise_longjmp (jbuf, i + 1, n);
48 longjmp (jbuf, n);
55 jmp_buf jbuf; local
60 if ((ret = setjmp (jbuf)))
77 raise_longjmp (jbuf, 0, i + 1);
87 raise_siglongjmp (sigjmp_buf jbuf, int i, int n)
90 raise_siglongjmp (jbuf, i + 1, n);
92 siglongjmp (jbuf, n)
98 sigjmp_buf jbuf; local
    [all...]
  /external/libcxxabi/src/Unwind/
Unwind-sjlj.c 53 void *jbuf[]; member in struct:_Unwind_FunctionContext
172 exception_object, c->jbuf[1]);
176 __builtin_longjmp(c->jbuf, 1);
248 __builtin_longjmp(c->jbuf, 1);
463 return (uintptr_t) ufc->jbuf[2];
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 53 void *jbuf[]; member in struct:_Unwind_FunctionContext
172 exception_object, c->jbuf[1]);
176 __builtin_longjmp(c->jbuf, 1);
248 __builtin_longjmp(c->jbuf, 1);
463 return (uintptr_t) ufc->jbuf[2];
  /external/mksh/src/
exec.c 232 if ((i = kshsetjmp(e->jbuf))) {
337 while ((i = kshsetjmp(e->jbuf))) {
372 while ((i = kshsetjmp(e->jbuf))) {
761 if (!(i = kshsetjmp(e->jbuf))) {
    [all...]
main.c 115 sigjmp_buf jbuf; member in struct:__anon31781
136 sigsetjmp(bufptr->jbuf, 1);
719 if ((i = kshsetjmp(e->jbuf))) {
794 switch ((i = kshsetjmp(e->jbuf))) {
938 kshlongjmp(e->jbuf, i);
    [all...]
sh.h 677 #define kshsetjmp(jbuf) _setjmp(jbuf)
681 #define kshsetjmp(jbuf) sigsetjmp((jbuf), 0)
700 kshjmp_buf jbuf; /* long jump back to env creator */ member in struct:env
714 /* # indicates env has valid jbuf (see unwind()) */
726 /* values for kshlongjmp(e->jbuf, i) */
    [all...]
expr.c 213 if ((i = kshsetjmp(e->jbuf))) {
eval.c     [all...]
lex.c     [all...]

Completed in 165 milliseconds