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

/freebsd-11-stable/sys/powerpc/include/
H A Dsetjmp.h26 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11-stable/sys/riscv/include/
H A Dsetjmp.h60 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1]; struct
/freebsd-11-stable/sys/mips/include/
H A Dsetjmp.h60 typedef struct _jmp_buf { long long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
62 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11-stable/sys/x86/include/
H A Dsetjmp.h48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; struct
/freebsd-11-stable/sys/arm64/include/
H A Dsetjmp.h70 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11-stable/sys/sparc64/include/
H A Dsetjmp.h55 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11-stable/sys/arm/include/
H A Dsetjmp.h104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; struct

Completed in 182 milliseconds