Home
last modified time | relevance | path

Searched refs:ValidateShdrTable (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc97 [[nodiscard]] bool ValidateShdrTable(std::string* error_msg);
198 bool ElfFileImpl<ElfT>::ValidateShdrTable(std::string* error_msg) { in ValidateShdrTable() function in nogrod::__anona7aeaf9f0111::ElfFileImpl
305 if (!ValidateShdrTable(error_msg)) { in Init()