Searched defs:jmp_buf (Results 1 – 6 of 6) sorted by relevance
48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; typedef
72 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1]; typedef
25 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef
58 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1]; typedef
103 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; typedef
3027 # define jmp_buf sigjmp_buf macro