Home
last modified time | relevance | path

Searched defs:arm_ucontext (Results 1 – 3 of 3) sorted by relevance

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/
H A DRegsArm.cpp122 arm_ucontext_t* arm_ucontext = reinterpret_cast<arm_ucontext_t*>(ucontext); in CreateFromUcontext() local
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libunwindstack/
H A DRegsArm.cpp123 arm_ucontext_t* arm_ucontext = reinterpret_cast<arm_ucontext_t*>(ucontext); in CreateFromUcontext() local
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-sigcontext.h374 typedef ucontext_t arm_ucontext; typedef
395 typedef struct arm_ucontext { struct
397 struct arm_ucontext *uc_link; argument
407 } arm_ucontext; argument
426 typedef ucontext_t arm_ucontext; typedef