Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_win_test.cc154 const u8 kPatchableCode3[] = { variable
505 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
507 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
530 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
543 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
558 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
574 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
592 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
594 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
613 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST()
[all …]