Searched defs:_sigjmp_buf (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/riscv/include/
H A Dsetjmp.h57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; struct
/freebsd-11-stable/sys/mips/include/
H A Dsetjmp.h53 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct
55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct
/freebsd-11-stable/sys/sparc64/include/
H A Dsetjmp.h52 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct
/freebsd-11-stable/sys/powerpc/include/
H A Dsetjmp.h23 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct
/freebsd-11-stable/sys/arm64/include/
H A Dsetjmp.h67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct
/freebsd-11-stable/sys/arm/include/
H A Dsetjmp.h101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct
/freebsd-11-stable/sys/x86/include/
H A Dsetjmp.h45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; struct

Completed in 245 milliseconds