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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp23 CHECK_TYPE_SIZE_FITS(jmp_buf); variable
/freebsd-11-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-11-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-11-stable/sys/mips/include/
H A Dsetjmp.h60 typedef struct _jmp_buf { long long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
62 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-11-stable/sys/x86/include/
H A Dsetjmp.h48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-11-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-11-stable/sys/sparc64/include/
H A Dsetjmp.h55 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef in typeref:struct:_jmp_buf
/freebsd-11-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-11-stable/contrib/gcc/
H A Dunwind-sjlj.c44 typedef void *jmp_buf[JMP_BUF_SIZE]; typedef
H A Dsys-types.h215 typedef int *jmp_buf; typedef
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h3022 # undef jmp_buf macro
3024 # define jmp_buf sigjmp_buf macro

Completed in 110 milliseconds