Searched refs:GuardCFLevel (Results 1 – 3 of 3) sorted by relevance
104 config->guardCF = GuardCFLevel::Off; in parseGuard()106 config->guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()108 config->guardCF &= ~GuardCFLevel::EHCont; in parseGuard()110 config->guardCF = GuardCFLevel::CF; in parseGuard()112 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()114 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
81 enum GuardCFLevel { enum154 int guardCF = GuardCFLevel::Off;
999 if (config->guardCF != GuardCFLevel::Off) in createMiscChunks()1428 if (config->guardCF != GuardCFLevel::Off) in writeHeader()1697 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1702 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()1710 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1712 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()