Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp477 InternalLongjmp(env[0].__jmpbuf, val); in INTERCEPTOR()
486 InternalLongjmp(env[0].__jmpbuf, val); in INTERCEPTOR()
496 InternalLongjmp(env[0].__jmpbuf, val); in INTERCEPTOR()
H A Dhwasan.h217 __hw_register_buf __jmpbuf; // Calling environment. member