Searched refs:__hw_jmp_buf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_interceptors.cpp148 // pthread_exit so the __hw_jmp_buf order matches.
149 INTERCEPTOR(void, __libc_longjmp, __hw_jmp_buf env, int val) {
155 INTERCEPTOR(void, longjmp, __hw_jmp_buf env, int val) {
H A Dhwasan.h203 // assume that a `__hw_jmp_buf' begins with a `__hw_register_buf' and that
211 unsigned __magic : 31; // Used to distinguish __hw_jmp_buf from jmp_buf.
214 typedef struct __hw_jmp_buf_struct __hw_jmp_buf[1]; typedef in typeref:struct:__hw_jmp_buf_struct

Completed in 138 milliseconds