Searched refs:Objdump (Results 1 – 3 of 3) sorted by relevance
61 std::vector<std::string> Objdump(const char* args) { in Objdump() function112 std::vector<std::string> Objdump(bool is64bit, const char* args) { in Objdump() function114 return Objdump<ElfTypes64>(args); in Objdump()116 return Objdump<ElfTypes32>(args); in Objdump()122 std::vector<std::string> actual_lines = Objdump(is64bit, args); in CheckObjdumpOutput()
59 ReformatCfi(Objdump(false, "-W"), &lines); in GenerateExpected()
246 std::string Objdump(const std::string& file) { in Objdump() function401 std::string odump = Objdump(res->base_name + ".o"); in Compile()