Searched refs:Strip (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Delf_stripper.h29 // Strip an ELF file of unneeded debugging information.
31 static bool Strip(File* file, std::string* error_msg);
H A Delf_stripper.cc32 bool ElfStripper::Strip(File* file, std::string* error_msg) { function in class:art::ElfStripper
/art/dex2oat/
H A Ddex2oat.cc1679 // Strip unneeded sections for target
1683 CHECK(ElfStripper::Strip(oat_file.get(), &error_msg)) << error_msg;

Completed in 1511 milliseconds