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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp23 CHECK_TYPE_SIZE_FITS(jmp_buf); variable
/freebsd-13-stable/sys/mips/include/
H A Dsetjmp.h62 typedef struct _jmp_buf { long long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
64 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-13-stable/sys/riscv/include/
H A Dsetjmp.h60 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-13-stable/sys/powerpc/include/
H A Dsetjmp.h26 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-13-stable/sys/x86/include/
H A Dsetjmp.h50 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-13-stable/sys/arm64/include/
H A Dsetjmp.h70 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-13-stable/sys/arm/include/
H A Dsetjmp.h104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dconf.h3022 # undef jmp_buf macro
3024 # define jmp_buf sigjmp_buf macro

Completed in 260 milliseconds