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

/osnet-11/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 */
/osnet-11/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)
/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/
H A Dsetjmp.S70 .file "setjmp.S"
77 .global setjmp
78 .proc setjmp
79 setjmp: label
83 .endp setjmp
/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h350 # undef setjmp macro
476 # define setjmp PerlProc_setjmp macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2611 # define USE_SIGLONGJMP 0 /* assume setjmp handles signals properly */
2967 ** SVr4 and similar systems use different routines for setjmp/longjmp
2976 # ifdef setjmp
2977 # undef setjmp macro
2978 # endif /* setjmp */
2979 # define setjmp(env) sigsetjmp(env, 1) macro

Completed in 37 milliseconds