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

/illumos-gate/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)
/illumos-gate/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)
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dsetjmp.c73 longjmp(env, val) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dsetjmp.c71 longjmp(env, val) function
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libstand/
H A Dsetjmp.s36 * longjmp(env, val)
91 longjmp(jmp_buf env, int val)
102 ENTRY(longjmp) function
119 SET_SIZE(longjmp)
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s36 * longjmp(env, val)
88 longjmp(jmp_buf env, int val)
99 ENTRY(longjmp) function
114 SET_SIZE(longjmp)
/illumos-gate/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)
/illumos-gate/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)
/illumos-gate/usr/src/ucbhead/
H A Dsetjmp.h43 * 4.3BSD setjmp/longjmp is equivalent to SVR4 sigsetjmp/siglongjmp -
44 * 4.3BSD _setjmp/_longjmp is equivalent to SVR4 setjmp/longjmp
105 #define longjmp(env, val) _siglongjmp((env), (val)) macro
/illumos-gate/usr/src/cmd/mdb/sparc/v9/libstand/
H A Dsetjmp.s36 * This is a copy of the setjmp (and longjmp) code used in libc. Note that
38 * siglongjmp and longjmp. We can do this because there aren't any signals
89 * longjmp(buf_ptr, val)
107 * registers had in the this frame at the time of the call to longjmp()
125 longjmp(jmp_buf env, int val)
136 ENTRY(longjmp) function
172 SET_SIZE(longjmp)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpusg.h86 #define longjmp siglongjmp macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h402 #define longjmp siglongjmp macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h89 #define longjmp(e, v) siglongjmp(e, v) macro
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s303 b longjmp ! let longjmp do the rest
335 * We longjmp(&curthread->t_ontrap->ot_jmpbuf) to return back to on_trap().
347 b longjmp
394 * Setjmp and longjmp implement non-local gotos using state vectors
421 longjmp(label_t *lp)
426 ENTRY(longjmp) function
430 ! register windows. If setjmp and longjmp are called from
433 ! optimization can lead to callers of longjmp executing
443 SET_SIZE(longjmp)
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s112 jmp longjmp /* let longjmp do the rest */
141 call longjmp /* let longjmp do the rest */
157 * do a longjmp(&curthread->t_ontrap->ot_jmpbuf) if this is ever called.
174 jmp longjmp
184 call longjmp
255 * Setjmp and longjmp implement non-local gotos using state vectors
268 longjmp(label_t *lp)
274 #error LABEL_PC MUST be defined as 0 for setjmp/longjmp t
293 ENTRY(longjmp) function
323 ENTRY(longjmp) function
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h301 #define longjmp _longjmp macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h379 #define longjmp siglongjmp macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2958 ** SVr4 and similar systems use different routines for setjmp/longjmp
2971 # ifdef longjmp
2972 # undef longjmp macro
2973 # endif /* longjmp */
2974 # define longjmp(env, val) siglongjmp(env, val) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile962 longjmp.3c \
2231 longjmp.3c := LINKSRC = setjmp.3c

Completed in 788 milliseconds