Searched refs:ARM_pc (Results 1 – 9 of 9) sorted by relevance
1 tprintf(fmt, arm_regs.ARM_pc);
11 scno = ptrace(PTRACE_PEEKTEXT, tcp->pid, (void *)(arm_regs.ARM_pc - 4), NULL);
16 { uoff(regs.ARM_pc), "pc" },
2 tprintf(fmt, (unsigned long) arm_regs.ARM_pc);
5 #define ARM_pc uregs[15] macro
130 #define ARM_pc uregs[15] macro
584 #define ARM_pc uregs[15] macro
372 regs->ARM_pc = arch->vex.guest_R15T; in fill_prstatus()
230 uregs.ARM_pc = vex->guest_R15T & 0xFFFFFFFE; in ptrace_setregs()