Searched refs:LongJmp (Results 1 – 6 of 6) sorted by relevance
93 LongJmp = 0x2, /// Emit longjmp tables enumerator
110 ctx.config.guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()114 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()
1952 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1965 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()2497 if (!(ctx.config.guardCF & GuardCFLevel::LongJmp)) in checkLoadConfigGuardData()
558 static void LongJmp(ThreadState *thr, uptr *env) { in LongJmp() function638 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()646 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()655 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()
532 /************************ Packetized LongJmp Routines *************************/
3146 def LongJmp : LibBuiltin<"setjmp.h"> {