Home
last modified time | relevance | path

Searched refs:__jmpbuf (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp149 InternalLongjmp(env[0].__jmpbuf, val); in INTERCEPTOR()
158 InternalLongjmp(env[0].__jmpbuf, val); in INTERCEPTOR()
168 InternalLongjmp(env[0].__jmpbuf, val); in INTERCEPTOR()
H A Dhwasan.h194 __hw_register_buf __jmpbuf; // Calling environment. member