HomeSort by relevance Sort by last modified time
    Searched defs:longjmp (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
setjmp.s 30 * longjmp(env, val)
53 ANSI_PRAGMA_WEAK(longjmp,function)
69 ENTRY(longjmp) function
84 SET_SIZE(longjmp)
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
setjmp.s 28 / longjmp(env, val)
46 ANSI_PRAGMA_WEAK(longjmp,function)
64 ENTRY(longjmp) function
77 SET_SIZE(longjmp)
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/amd64/libstand/
setjmp.s 36 * longjmp(env, val)
91 longjmp(jmp_buf env, int val)
102 ENTRY(longjmp) function
119 SET_SIZE(longjmp)
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/libstand/
setjmp.s 36 * longjmp(env, val)
88 longjmp(jmp_buf env, int val)
99 ENTRY(longjmp) function
114 SET_SIZE(longjmp)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
setjmp.c 73 longjmp(env, val) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
setjmp.c 71 longjmp(env, val) function
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
setjmp.s 35 ANSI_PRAGMA_WEAK(longjmp,function)
62 * longjmp(buf_ptr, val)
80 * registers had in the this frame at the time of the call to longjmp()
94 ENTRY(longjmp) function
116 SET_SIZE(longjmp)
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
setjmp.s 35 ANSI_PRAGMA_WEAK(longjmp,function)
62 * longjmp(buf_ptr, val)
80 * registers had in the this frame at the time of the call to longjmp()
94 ENTRY(longjmp) function
123 SET_SIZE(longjmp)
  /onnv/onnv-gate/usr/src/ucbhead/
setjmp.h 43 * 4.3BSD setjmp/longjmp is equivalent to SVR4 sigsetjmp/siglongjmp -
44 * 4.3BSD _setjmp/_longjmp is equivalent to SVR4 setjmp/longjmp
107 #define longjmp(env, val) _siglongjmp((env), (val)) macro
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/libstand/
setjmp.s 36 * 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)
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumpusg.h 86 #define longjmp siglongjmp macro
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
restore.h 402 #define longjmp siglongjmp macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
ftp_var.h 89 #define longjmp(e, v) siglongjmp(e, v) macro
  /onnv/onnv-gate/usr/src/uts/sparc/v9/ml/
sparcv9_subr.s 303 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...]
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 101 jmp longjmp /* let longjmp do the rest */
129 call longjmp /* let longjmp do the rest */
145 * do a longjmp(&curthread->t_ontrap->ot_jmpbuf) if this is ever called.
162 jmp longjmp
172 call longjmp
243 * Setjmp and longjmp implement non-local gotos using state vectors
256 longjmp(label_t *lp)
262 #error LABEL_PC MUST be defined as 0 for setjmp/longjmp to work as code
281 ENTRY(longjmp) function
311 ENTRY(longjmp) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
def.h 377 #define longjmp siglongjmp macro
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 360 # undef longjmp macro
477 # define longjmp PerlProc_longjmp macro
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 2954 # undef longjmp macro
2956 # define longjmp macro
    [all...]

Completed in 480 milliseconds