Searched refs: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
211 ReadChildMemory(process, PROGRAM_COUNTER(registers), memory_backup.get(), in ExecuteShellCode()213 WriteChildMemory(process, PROGRAM_COUNTER(registers), shell_code, in ExecuteShellCode()226 WriteChildMemory(process, PROGRAM_COUNTER(registers), memory_backup.get(), in ExecuteShellCode()239 PROGRAM_COUNTER(registers) = program_counter; in SetProgramCounter()