Searched refs:GuardCFLevel (Results 1 – 4 of 4) sorted by relevance
75 enum class GuardCFLevel { enum129 GuardCFLevel GuardCF = GuardCFLevel::Off;
131 Config->GuardCF = GuardCFLevel::Off; in parseGuard()133 Config->GuardCF = GuardCFLevel::NoLongJmp; in parseGuard()135 Config->GuardCF = GuardCFLevel::Full; in parseGuard()
202 else if (Config->GuardCF != GuardCFLevel::Off && Name == ".gfids$y") in readSection()204 else if (Config->GuardCF != GuardCFLevel::Off && Name == ".gljmp$y") in readSection()
836 if (Config->GuardCF != GuardCFLevel::Off) in createMiscChunks()1204 if (Config->GuardCF != GuardCFLevel::Off) in writeHeader()1457 if (Config->GuardCF == GuardCFLevel::Full) in createGuardCFTables()1465 if (Config->GuardCF == GuardCFLevel::Full) in createGuardCFTables()