Searched refs:HasSection (Results 1 – 3 of 3) sorted by relevance
72 bool HasSection(const std::string& name) const;
1848 bool ElfFile::HasSection(const std::string& name) const { in HasSection() function in art::ElfFile
122 EXPECT_TRUE(ef->HasSection(".note.gnu.build-id")); in TEST_F()