Lines Matching refs:ucontext
112 void* ucontext = nullptr; in TEST_F() local
113 EXPECT_FALSE(unwinder.Unwind(ucontext, data)); in TEST_F()
210 void* ucontext; in TEST_F() local
215 ucontext = arm_ucontext; in TEST_F()
221 ucontext = arm64_ucontext; in TEST_F()
228 ucontext = x86_ucontext; in TEST_F()
244 ucontext = x86_64_ucontext; in TEST_F()
263 ucontext = riscv64_ucontext; in TEST_F()
268 ucontext = nullptr; in TEST_F()
273 ASSERT_TRUE(ucontext != nullptr); in TEST_F()
274 ASSERT_TRUE(unwinder_with_ucontext.Unwind(ucontext, data)); in TEST_F()
275 free(ucontext); in TEST_F()