Home
last modified time | relevance | path

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

/third_party/libunwind/src/
Dos-ohos.h38 extern int unw_step_ark_managed_native_frame(int pid, uintptr_t* pc, uintptr_t* fp, uintptr_t* sp, …
Dos-ohos.c229 unw_step_ark_managed_native_frame(int pid, uintptr_t* pc, uintptr_t* fp, uintptr_t* sp, char* buf, … in unw_step_ark_managed_native_frame() function
/third_party/libunwind/src/aarch64/
DGstep.c185 ret = unw_step_ark_managed_native_frame(c->dwarf.as->pid == -1 ? getpid() : c->dwarf.as->pid, in unw_step()