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

/art/compiler/utils/
H A Dassembler_test.h410 std::string Objdump(std::string file) { function in class:art::AssemblerTest
553 std::string odump = Objdump(res->base_name + ".o");
555 res->error_msg = "Objdump failed.";
565 res->error_msg = "Objdump output not recognized: too few tokens.";
570 res->error_msg = "Objdump output not recognized: .text not second token.";

Completed in 104 milliseconds