Searched refs:kPatchableCode4 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/ |
| H A D | interception_win_test.cpp | 178 const u8 kPatchableCode4[] = { variable 587 EXPECT_TRUE(TestFunctionPatching(kPatchableCode4, override)); in TEST() 608 EXPECT_FALSE(TestFunctionPatching(kPatchableCode4, override)); in TEST() 621 EXPECT_TRUE(TestFunctionPatching(kPatchableCode4, override, prefix)); in TEST() 636 EXPECT_TRUE(TestFunctionPatching(kPatchableCode4, override)); in TEST() 652 EXPECT_FALSE(TestFunctionPatching(kPatchableCode4, override, prefix)); in TEST() 683 EXPECT_FALSE(TestFunctionPatching(kPatchableCode4, override, prefix)); in TEST() 704 EXPECT_TRUE(TestFunctionPatching(kPatchableCode4, override, prefix)); in TEST()
|