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

/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/
H A Dlongjmp.S44 .global longjmp
45 .proc longjmp
46 longjmp: label
162 .endp longjmp
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dsetjmp.s30 * longjmp(env, val)
54 ANSI_PRAGMA_WEAK(longjmp,function)
71 incq %rcx /* no, tell longjmp to clear ul_siglink */
78 ENTRY(longjmp) function
101 SET_SIZE(longjmp)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s29 / longjmp(env, val)
49 ANSI_PRAGMA_WEAK(longjmp,function)
62 inc %edx / no, tell longjmp to clear ul_siglink
73 ENTRY(longjmp) function
93 SET_SIZE(longjmp)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s35 ANSI_PRAGMA_WEAK(longjmp,function)
47 * Flag telling longjmp to set curthread->ul_siglink to NULL.
60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
73 * longjmp(buf_ptr, val)
91 * registers had in the this frame at the time of the call to longjmp()
105 ENTRY(longjmp) function
132 SET_SIZE(longjmp)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s35 ANSI_PRAGMA_WEAK(longjmp,function)
47 * Flag telling longjmp to set curthread->ul_siglink to NULL.
60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
73 * longjmp(buf_ptr, val)
91 * registers had in the this frame at the time of the call to longjmp()
105 ENTRY(longjmp) function
139 SET_SIZE(longjmp)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h360 # undef longjmp macro
477 # define longjmp PerlProc_longjmp macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2967 ** SVr4 and similar systems use different routines for setjmp/longjmp
2980 # ifdef longjmp
2981 # undef longjmp macro
2982 # endif /* longjmp */
2983 # define longjmp(env, val) siglongjmp(env, val) macro

Completed in 37 milliseconds