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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp24 CHECK_TYPE_SIZE_FITS(sigjmp_buf); variable
/freebsd-current/sys/powerpc/include/
H A Dsetjmp.h22 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-current/sys/riscv/include/
H A Dsetjmp.h55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-current/sys/x86/include/
H A Dsetjmp.h45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-current/sys/arm64/include/
H A Dsetjmp.h69 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-current/sys/arm/include/
H A Dsetjmp.h100 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-current/contrib/bc/include/
H A Dstatus.h86 #define sigjmp_buf jmp_buf macro

Completed in 2812 milliseconds