Home
last modified time | relevance | path

Searched defs:CreateFromUcontext (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/
DRegs.cpp74 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext() function in unwindstack::Regs
DRegsMips64.cpp112 Regs* RegsMips64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsMips64
DRegsArm.cpp91 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsArm
DRegsX86_64.cpp127 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsX86_64
DRegsMips.cpp112 Regs* RegsMips::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsMips
DRegsX86.cpp107 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsX86
DRegsArm64.cpp146 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsArm64