Searched refs:REG_PC (Results 1 – 5 of 5) sorted by relevance
6 #define REG_PC 16 macro
39 #define REG_PC 0 macro
61 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); in GetProgramCounter()
69 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); in GetProgramCounter()
7298 the stack: regs[REG_PC]+4 is the address, not regs[REG_PC+4].