Searched defs:setjmp (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dsetjmp.s27 .file "setjmp.s"
33 * setjmp(env)
53 ANSI_PRAGMA_WEAK(setjmp,function)
56 ENTRY(setjmp) function
76 SET_SIZE(setjmp)
99 movq 56(%rdi), %rdx /* return to caller of setjmp */
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s27 .file "setjmp.s"
32 / setjmp(env)
48 ANSI_PRAGMA_WEAK(setjmp,function)
51 ENTRY(setjmp) function
71 SET_SIZE(setjmp)
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dsetjmp.c34 #include <sys/setjmp.h>
40 setjmp(env) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dsetjmp.c34 #include <sys/setjmp.h>
40 setjmp(env) function
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libstand/
H A Dsetjmp.s30 #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 */
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s30 #include <setjmp.h>
39 * setjmp(env)
55 setjmp(jmp_buf env)
68 ENTRY(setjmp) function
81 SET_SIZE(setjmp)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s30 .file "setjmp.s"
34 ANSI_PRAGMA_WEAK(setjmp,function)
52 * setjmp(buf_ptr)
55 ENTRY(setjmp) function
70 SET_SIZE(setjmp)
74 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
75 * val is the value we wish to return to setjmp's caller
83 * to the values they had at the time of the call to setjmp(). All
89 * that called setjmp() has not altered the sp value of their frame we
92 * (not setjmp()!)
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s30 .file "setjmp.s"
34 ANSI_PRAGMA_WEAK(setjmp,function)
52 * setjmp(buf_ptr)
55 ENTRY(setjmp) function
70 SET_SIZE(setjmp)
74 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
75 * val is the value we wish to return to setjmp's caller
83 * to the values they had at the time of the call to setjmp(). All
89 * that called setjmp() has not altered the sp value of their frame we
92 * (not setjmp()!)
[all...]
/illumos-gate/usr/src/head/iso/
H A Dsetjmp_iso.h41 * must also be added to <setjmp.h>.
91 extern int setjmp(jmp_buf) __RETURNS_TWICE;
92 #pragma unknown_control_flow(setjmp)
103 using std::setjmp;
107 #define setjmp(env) setjmp(env) macro
/illumos-gate/usr/src/ucbhead/
H A Dsetjmp.h41 * 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
104 #define setjmp(env) _sigsetjmp((env), 1) macro
/illumos-gate/usr/src/cmd/mdb/sparc/v9/libstand/
H A Dsetjmp.s30 #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()
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpusg.h84 #undef setjmp macro
85 #define setjmp(b) sigsetjmp((b), 1) macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h400 #undef setjmp macro
401 #define setjmp(b) sigsetjmp((b), 1) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h63 #include <setjmp.h>
88 #define setjmp(e) sigsetjmp(e, 1) macro
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s277 * Catch lofault faults. Like setjmp except it returns one
295 b setjmp ! let setjmp do the rest
387 0: b setjmp ! let setjmp do the rest
402 setjmp(label_t *lp)
407 ENTRY(setjmp) function
412 SET_SIZE(setjmp)
430 ! register windows. If setjmp and longjmp are called from
434 ! from a window that could be the same as the setjmp,
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s75 * Catch lofault faults. Like setjmp except it returns one
103 jmp setjmp /* let setjmp do the rest */
132 jmp setjmp /* let setjmp do the rest */
223 jmp setjmp
248 jmp setjmp /* let setjmp do the rest */
263 setjmp(label_t *lp)
274 #error LABEL_PC MUST be defined as 0 for setjmp/longjm
279 ENTRY(setjmp) function
310 ENTRY(setjmp) function
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h300 #define setjmp _setjmp macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h56 #include <setjmp.h>
378 #define setjmp(x) sigsetjmp((x), 1) macro
/illumos-gate/usr/src/man/man3head/
H A DMakefile71 setjmp.h.3head \
160 setjmp.3head \
249 setjmp.3head := LINKSRC = setjmp.h.3head
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2602 # define USE_SIGLONGJMP 0 /* assume setjmp handles signals properly */
2958 ** SVr4 and similar systems use different routines for setjmp/longjmp
2967 # ifdef setjmp
2968 # undef setjmp macro
2969 # endif /* setjmp */
2970 # define setjmp(env) sigsetjmp(env, 1) macro

Completed in 91 milliseconds