Searched refs:GuardCFLevel (Results 1 – 3 of 3) sorted by relevance
106 ctx.config.guardCF = GuardCFLevel::Off; in parseGuard()108 ctx.config.guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()110 ctx.config.guardCF &= ~GuardCFLevel::EHCont; in parseGuard()112 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()114 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
90 enum GuardCFLevel { enum171 int guardCF = GuardCFLevel::Off;
1146 if (config->guardCF != GuardCFLevel::Off) in createMiscChunks()1667 if (config->guardCF != GuardCFLevel::Off) in writeHeader()1948 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1953 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()1961 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()1963 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()2415 if (ctx.config.guardCF != GuardCFLevel::Off) in prepareLoadConfig()2470 if (ctx.config.guardCF == GuardCFLevel::Off) in checkLoadConfigGuardData()2481 if (!(ctx.config.guardCF & GuardCFLevel::LongJmp)) in checkLoadConfigGuardData()2487 if (!(ctx.config.guardCF & GuardCFLevel::EHCont)) in checkLoadConfigGuardData()