Searched refs:GuardCFLevel (Results 1 – 3 of 3) sorted by relevance
103 config->guardCF = GuardCFLevel::Off; in parseGuard()105 config->guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()107 config->guardCF &= ~GuardCFLevel::EHCont; in parseGuard()109 config->guardCF = GuardCFLevel::CF; in parseGuard()111 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()113 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
77 enum GuardCFLevel { enum148 int guardCF = GuardCFLevel::Off;
998 if (config->guardCF != GuardCFLevel::Off) in createMiscChunks()1425 if (config->guardCF != GuardCFLevel::Off) in writeHeader()1694 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1699 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()1707 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1709 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()