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