Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DUcontextArm.h52 struct arm_ucontext_t { struct
/system/unwinding/libunwindstack/
DRegsArm.cpp92 arm_ucontext_t* arm_ucontext = reinterpret_cast<arm_ucontext_t*>(ucontext); in CreateFromUcontext()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp187 arm_ucontext_t* arm_ucontext = in TEST()
188 reinterpret_cast<arm_ucontext_t*>(malloc(sizeof(arm_ucontext_t))); in TEST()