Searched defs:longjmp (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/ |
H A D | longjmp.S | 44 .global longjmp 45 .proc longjmp 46 longjmp: label 162 .endp longjmp
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | setjmp.s | 30 * 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 D | setjmp.s | 29 / 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 D | setjmp.s | 35 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 D | setjmp.s | 35 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 D | XSUB.h | 360 # undef longjmp macro 477 # define longjmp PerlProc_longjmp macro
|
/osnet-11/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 2967 ** 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 28 milliseconds