Searched refs:Strip (Results 1 – 3 of 3) sorted by relevance
82 static bool Strip(File* file, std::string* error_msg);
135 bool Strip(std::string* error_msg);
1395 bool ElfFileImpl<ElfTypes>::Strip(std::string* error_msg) { in Strip() function in art::ElfFileImpl1851 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile1858 return elf_file->elf64_->Strip(error_msg); in Strip()1860 return elf_file->elf32_->Strip(error_msg); in Strip()