Searched defs:PROGRAM_COUNTER (Results 1 – 2 of 2) sorted by relevance
23 #define PROGRAM_COUNTER(regs) (regs.pc) macro29 #define PROGRAM_COUNTER(regs) (regs.eip) macro35 #define PROGRAM_COUNTER(regs) (regs.rip) macro40 #define PROGRAM_COUNTER(regs) (regs.ARM_pc) macro
48 PROGRAM_COUNTER, // as returned by stack tracing (e.g. by StackTrace) enumerator