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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp24 CHECK_TYPE_SIZE_FITS(sigjmp_buf); variable
/freebsd-13-stable/sys/mips/include/
H A Dsetjmp.h55 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/riscv/include/
H A Dsetjmp.h57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/powerpc/include/
H A Dsetjmp.h23 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/x86/include/
H A Dsetjmp.h47 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/arm64/include/
H A Dsetjmp.h67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/sys/arm/include/
H A Dsetjmp.h101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf
/freebsd-13-stable/contrib/bc/include/
H A Dbcl.h158 #define sigjmp_buf jmp_buf macro

Completed in 191 milliseconds