Searched refs:instruction_line (Results 1 – 2 of 2) sorted by relevance
399 string *instruction_line) { in GetObjdumpInstructionLine() argument410 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()
94 string *instruction_line);