Searched refs:LongJmp (Results 1 – 5 of 5) sorted by relevance
80 LongJmp = 0x2, /// Emit longjmp tables enumerator
105 config->guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()111 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()
1694 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1707 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
517 static void LongJmp(ThreadState *thr, uptr *env) { in LongJmp() function632 LongJmp(cur_thread(), env); in DEFINE_REAL()640 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()649 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()
534 /************************ Packetized LongJmp Routines *************************/