Searched refs:kPatchableCode3 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/ |
| H A D | interception_win_test.cpp | 171 const u8 kPatchableCode3[] = { variable 583 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 585 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 607 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 620 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 635 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 651 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 673 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 681 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 700 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() [all …]
|