Searched refs:Strip (Results 1 – 3 of 3) sorted by relevance
73 static bool Strip(File* file, std::string* error_msg);
127 bool Strip(std::string* error_msg);
1498 bool ElfFileImpl<ElfTypes>::Strip(std::string* error_msg) { in Strip() function in art::ElfFileImpl1911 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile1918 return elf_file->elf64_->Strip(error_msg); in Strip()1920 return elf_file->elf32_->Strip(error_msg); in Strip()