Searched refs:SetUContextReg (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/ |
D | dwarf_unwind.cpp | 26 #define SetUContextReg(dst, perf_regno) \ macro 38 SetUContextReg(ucontext.uc_mcontext.gregs[REG_GS], PERF_REG_X86_GS); in BuildUContextFromRegs() 39 SetUContextReg(ucontext.uc_mcontext.gregs[REG_FS], PERF_REG_X86_FS); in BuildUContextFromRegs() 40 SetUContextReg(ucontext.uc_mcontext.gregs[REG_ES], PERF_REG_X86_ES); in BuildUContextFromRegs() 41 SetUContextReg(ucontext.uc_mcontext.gregs[REG_DS], PERF_REG_X86_DS); in BuildUContextFromRegs() 42 SetUContextReg(ucontext.uc_mcontext.gregs[REG_EAX], PERF_REG_X86_AX); in BuildUContextFromRegs() 43 SetUContextReg(ucontext.uc_mcontext.gregs[REG_EBX], PERF_REG_X86_BX); in BuildUContextFromRegs() 44 SetUContextReg(ucontext.uc_mcontext.gregs[REG_ECX], PERF_REG_X86_CX); in BuildUContextFromRegs() 45 SetUContextReg(ucontext.uc_mcontext.gregs[REG_EDX], PERF_REG_X86_DX); in BuildUContextFromRegs() 46 SetUContextReg(ucontext.uc_mcontext.gregs[REG_ESI], PERF_REG_X86_SI); in BuildUContextFromRegs() [all …]
|