| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| setjmp.s | 27 .file "setjmp.s" 33 * setjmp(env) 52 ANSI_PRAGMA_WEAK(setjmp,function) 55 ENTRY(setjmp) function 67 SET_SIZE(setjmp) 82 movq 56(%rdi), %rdx /* return to caller of setjmp */
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| setjmp.s | 26 .file "setjmp.s" 31 / setjmp(env) 45 ANSI_PRAGMA_WEAK(setjmp,function) 50 ENTRY(setjmp) function 62 SET_SIZE(setjmp)
|
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/amd64/libstand/ |
| setjmp.s | 30 #include <setjmp.h> 39 * setjmp(env) 57 setjmp(jmp_buf env) 70 ENTRY(setjmp) function 84 SET_SIZE(setjmp) 116 movq 56(%rdi), %rdx /* return to caller of setjmp */
|
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/libstand/ |
| setjmp.s | 30 #include <setjmp.h> 39 * setjmp(env) 55 setjmp(jmp_buf env) 68 ENTRY(setjmp) function 81 SET_SIZE(setjmp)
|
| /onnv/onnv-gate/usr/src/head/iso/ |
| setjmp_iso.h | 40 * must also be added to <setjmp.h>. 95 extern int setjmp(jmp_buf); 96 #pragma unknown_control_flow(setjmp) 104 extern int setjmp(); 105 #pragma unknown_control_flow(setjmp) 118 using std::setjmp; 122 #define setjmp(env) setjmp(env) macro
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/ |
| setjmp.c | 34 #include <sys/setjmp.h> 40 setjmp(env) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/ |
| setjmp.c | 34 #include <sys/setjmp.h> 40 setjmp(env) function
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| setjmp.s | 30 .file "setjmp.s" 34 ANSI_PRAGMA_WEAK(setjmp,function) 46 * setjmp(buf_ptr) 49 ENTRY(setjmp) function 59 SET_SIZE(setjmp) 63 * buf_ptr points to a jmpbuf which has been initialized by setjmp. 64 * val is the value we wish to return to setjmp's caller 72 * to the values they had at the time of the call to setjmp(). All 78 * that called setjmp() has not altered the sp value of their frame we 81 * (not setjmp()!). This is intended to help compilers, typically no [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| setjmp.s | 30 .file "setjmp.s" 34 ANSI_PRAGMA_WEAK(setjmp,function) 46 * setjmp(buf_ptr) 49 ENTRY(setjmp) function 59 SET_SIZE(setjmp) 63 * buf_ptr points to a jmpbuf which has been initialized by setjmp. 64 * val is the value we wish to return to setjmp's caller 72 * to the values they had at the time of the call to setjmp(). All 78 * that called setjmp() has not altered the sp value of their frame we 81 * (not setjmp()!). This is intended to help compilers, typically no [all...] |
| /onnv/onnv-gate/usr/src/ucbhead/ |
| setjmp.h | 41 * 4.3BSD setjmp compatibility header 43 * 4.3BSD setjmp/longjmp is equivalent to SVR4 sigsetjmp/siglongjmp - 44 * 4.3BSD _setjmp/_longjmp is equivalent to SVR4 setjmp/longjmp 106 #define setjmp(env) _sigsetjmp((env), 1) macro
|
| /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/libstand/ |
| setjmp.s | 30 #include <setjmp.h> 36 * This is a copy of the setjmp (and longjmp) code used in libc. Note that 37 * we use sigsetjmp as an alias for setjmp, with a corresponding alias between 53 * setjmp(buf_ptr) 60 setjmp(jmp_buf env) 73 ENTRY(setjmp) function 85 SET_SIZE(setjmp) 90 * buf_ptr points to a jmpbuf which has been initialized by setjmp. 91 * val is the value we wish to return to setjmp's caller 99 * to the values they had at the time of the call to setjmp(). Al [all...] |
| /onnv/onnv-gate/usr/src/cmd/backup/dump/ |
| dumpusg.h | 84 #undef setjmp macro 85 #define setjmp(b) sigsetjmp((b), 1) macro
|
| /onnv/onnv-gate/usr/src/cmd/backup/restore/ |
| restore.h | 400 #undef setjmp macro 401 #define setjmp(b) sigsetjmp((b), 1) macro
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| ftp_var.h | 63 #include <setjmp.h> 88 #define setjmp(e) sigsetjmp(e, 1) macro
|
| /onnv/onnv-gate/usr/src/uts/sparc/v9/ml/ |
| sparcv9_subr.s | 279 * Catch lofault faults. Like setjmp except it returns one 297 b setjmp ! let setjmp do the rest 389 0: b setjmp ! let setjmp do the rest 396 * Setjmp and longjmp implement non-local gotos using state vectors 404 setjmp(label_t *lp) 409 ENTRY(setjmp) function 414 SET_SIZE(setjmp) 432 ! register windows. If setjmp and longjmp are called fro [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/ |
| i86_subr.s | 68 * Catch lofault faults. Like setjmp except it returns one 93 jmp setjmp /* let setjmp do the rest */ 120 jmp setjmp /* let setjmp do the rest */ 211 jmp setjmp 236 jmp setjmp /* let setjmp do the rest */ 243 * Setjmp and longjmp implement non-local gotos using state vectors 251 setjmp(label_t *lp 267 ENTRY(setjmp) function 298 ENTRY(setjmp) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/mailx/hdr/ |
| def.h | 55 #include <setjmp.h> 376 #define setjmp(x) sigsetjmp((x), 1) macro
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| XSUB.h | 350 # undef setjmp macro 476 # define setjmp PerlProc_setjmp macro
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/ |
| conf.h | 2950 # undef setjmp macro 2952 # define setjmp macro [all...] |