Home
last modified time | relevance | path

Searched defs:sigjmp_buf (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/x86/include/
H A Dsetjmp.h45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef
/freebsd/sys/arm64/include/
H A Dsetjmp.h69 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
/freebsd/sys/powerpc/include/
H A Dsetjmp.h22 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
/freebsd/sys/riscv/include/
H A Dsetjmp.h55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; typedef
/freebsd/sys/arm/include/
H A Dsetjmp.h100 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef
/freebsd/contrib/bc/include/
H A Dstatus.h65 #define sigjmp_buf jmp_buf macro