HomeSort by relevance Sort by last modified time
    Searched defs:as_name (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
assembler_test_base.h 312 std::string as_name = WriteToFile(as, test_name + ".gcc"); local
313 if (!DisassembleBinary(as_name, &error_msg)) {
317 std::remove(as_name.c_str());
321 bool result = CompareFiles(data_name + ".dis", as_name + ".dis");
325 std::remove(as_name.c_str());
327 std::remove((as_name + ".dis").c_str());
  /external/elfutils/libelf/
libelf.h 209 char *as_name; /* Symbol name. */ member in struct:__anon21951

Completed in 113 milliseconds