Searched refs:kPatchableCode1 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/ |
| H A D | interception_win_test.cpp | 157 const u8 kPatchableCode1[] = { variable 580 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 605 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 618 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 633 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 649 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 670 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 697 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST()
|