Searched refs:_sigjmp_buf (Results 1 – 5 of 5) sorted by relevance
45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; struct
22 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct
55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; argument
69 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; argument
100 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; struct