Searched defs:Objdump (Results 1 - 2 of 2) sorted by relevance

/art/compiler/debug/dwarf/
H A Ddwarf_test.h60 std::vector<std::string> Objdump(const char* args) { function in class:art::dwarf::DwarfTest
110 std::vector<std::string> Objdump(bool is64bit, const char* args) { function in class:art::dwarf::DwarfTest
112 return Objdump<ElfTypes64>(args);
114 return Objdump<ElfTypes32>(args);
120 std::vector<std::string> actual_lines = Objdump(is64bit, args);
/art/compiler/utils/
H A Dassembler_test_base.h241 std::string Objdump(std::string file) { function in class:art::AssemblerTestInfrastructure
393 std::string odump = Objdump(res->base_name + ".o");
395 res->error_msg = "Objdump failed.";
405 res->error_msg = "Objdump output not recognized: too few tokens.";
410 res->error_msg = "Objdump output not recognized: .text not second token.";

Completed in 343 milliseconds