Searched defs:CreateFromUcontext (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/unwinding/libunwindstack/ | ||
H A D | Regs.cpp | 74 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext() function in unwindstack::Regs |
H A D | RegsMips64.cpp | 112 Regs* RegsMips64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsMips64 |
H A D | RegsArm.cpp | 91 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsArm |
H A D | RegsX86_64.cpp | 127 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsX86_64 |
H A D | RegsMips.cpp | 112 Regs* RegsMips::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsMips |
H A D | RegsX86.cpp | 107 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsX86 |
H A D | RegsArm64.cpp | 146 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsArm64 |