Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_linux.h67 bool InstructionPointerInCode(uint64_t instruction_ptr);
Dexploitability_linux.cc155 if (!this->InstructionPointerInCode(instruction_ptr) || in CheckPlatformExploitability()
571 bool ExploitabilityLinux::InstructionPointerInCode(uint64_t instruction_ptr) { in InstructionPointerInCode() function in google_breakpad::ExploitabilityLinux