Searched defs:cmd (Results 1 – 5 of 5) sorted by relevance
210 std::string cmd = Join(args, ' '); in Assemble() local246 std::string cmd = Join(args, ' '); in Objdump() local326 std::string cmd = Join(args, ' '); in DisassembleBinary() local
104 char cmd[1024]; in dump() local
97 std::string cmd = GetAndroidHostToolsDir(); in Objdump() local
1038 static bool RunCommand(std::string cmd, std::ostream* os, const char* prefix) { in RunCommand()
1406 uint8_t cmd; member