HomeSort by relevance Sort by last modified time
    Searched defs:jbuf (Results 1 - 6 of 6) 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/openssh/openbsd-compat/
bsd-cray.c 793 struct jtab jbuf; local
795 if ((jid = getjtab(&jbuf)) < 0)
  /external/mksh/src/
main.c 113 sigjmp_buf jbuf; member in struct:__anon17167
134 sigsetjmp(bufptr->jbuf, 1);
671 if ((i = kshsetjmp(e->jbuf))) {
746 switch ((i = kshsetjmp(e->jbuf))) {
887 kshlongjmp(e->jbuf, i);
    [all...]
sh.h 696 #define kshsetjmp(jbuf) _setjmp(jbuf)
700 #define kshsetjmp(jbuf) sigsetjmp((jbuf), 0)
719 kshjmp_buf jbuf; /* long jump back to env creator */ member in struct:env
733 /* # indicates env has valid jbuf (see unwind()) */
745 /* values for kshlongjmp(e->jbuf, i) */
    [all...]

Completed in 332 milliseconds