Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/tests/
Dinterception_win_test.cc154 const u8 kPatchableCode3[] = { variable
472 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
474 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
492 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
505 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
520 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
536 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
554 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
556 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
575 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
[all …]