Home
last modified time | relevance | path

Searched refs:kPatchableCode2 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp163 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()