Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_win.cc107 uint64_t instruction_ptr = 0; in CheckPlatformExploitability() local
112 instruction_ptr = context->GetContextX86()->eip; in CheckPlatformExploitability()
116 instruction_ptr = context->GetContextAMD64()->rip; in CheckPlatformExploitability()
124 if (instruction_ptr <= (stack_ptr + kProbableStackOffset) && in CheckPlatformExploitability()
125 instruction_ptr >= (stack_ptr - kProbableStackOffset)) in CheckPlatformExploitability()
205 memory_list->GetMemoryRegionForAddress(instruction_ptr); in CheckPlatformExploitability()
212 instruction_ptr - instruction_region->GetBase(); in CheckPlatformExploitability()
222 instruction_ptr); in CheckPlatformExploitability()