HomeSort by: relevance | last modified time | path
    Searched refs:kUnpatchableCode2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_win_test.cc 184 const u8 kUnpatchableCode2[] = {
517 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode2, override));
533 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode2, override));
546 EXPECT_TRUE(TestFunctionPatching(kUnpatchableCode2, override, prefix));
561 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode2, override));
578 EXPECT_TRUE(TestFunctionPatching(kUnpatchableCode2, override, prefix));
599 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode2, override, prefix));
620 EXPECT_TRUE(TestFunctionPatching(kUnpatchableCode2, override, prefix));

Completed in 33 milliseconds