Searched refs:__jmp_buf (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libc/arch/sparc/gen/
H A Dsparc_longjmp.h43 struct __jmp_buf { struct
H A Dlongjmp.c52 __CTASSERT(_SIZEOF_SC + _JB_G4 == offsetof(struct __jmp_buf,regs.g4));
53 __CTASSERT(_SIZEOF_SC + _JB_G7 == offsetof(struct __jmp_buf,regs.g7));
54 __CTASSERT(sizeof(jmp_buf) >= sizeof(struct __jmp_buf));
64 struct __jmp_buf *context = (void *)env;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsetjmp.d53 alias long[8] __jmp_buf;
65 alias int[6] __jmp_buf;
69 alias int[3] __jmp_buf;
73 alias __jmp_buf = ulong[22];
77 alias long[22] __jmp_buf;
81 alias int[64] __jmp_buf;
85 struct __jmp_buf
99 alias int[64 + (12*4)] __jmp_buf;
103 alias long[64] __jmp_buf;
107 struct __jmp_buf
[all...]

Completed in 99 milliseconds