Searched refs:kPatchableCode2 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/ |
| H A D | interception_win_test.cpp | 163 const u8 kPatchableCode2[] = { variable 581 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override)); in TEST() 606 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override)); in TEST() 619 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST() 634 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override)); in TEST() 650 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST() 671 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST() 698 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST()
|