Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_linux.cc399 string *instruction_line) { in GetObjdumpInstructionLine() argument
410 if (!getline(objdump_stream, *instruction_line)) { in GetObjdumpInstructionLine()
414 if (instruction_line->find("<.data>:") != string::npos) { in GetObjdumpInstructionLine()
417 } while (!data_section_seen || instruction_line->find("0:") == string::npos); in GetObjdumpInstructionLine()
Dexploitability_linux.h94 string *instruction_line);