Home
last modified time | relevance | path

Searched refs:PROGRAM_COUNTER (Results 1 – 2 of 2) sorted by relevance

/platform_testing/utils/shell-as/
Dregisters.h23 #define PROGRAM_COUNTER(regs) (regs.pc) macro
29 #define PROGRAM_COUNTER(regs) (regs.eip) macro
35 #define PROGRAM_COUNTER(regs) (regs.rip) macro
40 #define PROGRAM_COUNTER(regs) (regs.ARM_pc) macro
Dexecute.cpp211 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()