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

/broadcom-cfe-1.4.2/cfe/arch/mips/common/include/
H A Dlib_setjmp.h6 * Description of the jmp_buf structure for setjmp and longjmp
79 typedef long long jmp_buf[JMPB_SIZE]; typedef
80 extern int lib_setjmp(jmp_buf);
81 extern void lib_longjmp(jmp_buf,int val);
/broadcom-cfe-1.4.2/cfe/arch/x86/common/include/
H A Dlib_setjmp.h6 * Description of the jmp_buf structure for setjmp and longjmp
73 typedef long long jmp_buf[JMPB_SIZE]; typedef
74 extern int lib_setjmp(jmp_buf);
75 extern void lib_longjmp(jmp_buf,int val);
H A Dexchandler.h65 jmp_buf jmpbuf;
/broadcom-cfe-1.4.2/cfe/arch/ppc/common/include/
H A Dlib_setjmp.h6 * Description of the jmp_buf structure for setjmp and longjmp
92 typedef long long jmp_buf[JMPB_SIZE]; typedef
93 extern int lib_setjmp(jmp_buf);
94 extern void lib_longjmp(jmp_buf,int val);
H A Dexchandler.h67 jmp_buf jmpbuf;
/broadcom-cfe-1.4.2/cfe/include/
H A Dlib_try.h62 jmp_buf jmpbuf;
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_cmddisp.c65 static jmp_buf ui_jmpbuf; /* for getting control in exceptions */

Completed in 41 milliseconds