Searched refs:GetNextEntry (Results 1 – 4 of 4) sorted by relevance
162 bool GetNextEntry(ProcMaps::Entry* entry) { in GetNextEntry() function in crazy::ProcMapsInternal199 bool ProcMaps::GetNextEntry(Entry* entry) { in GetNextEntry() function in crazy::ProcMaps200 return internal_->GetNextEntry(entry); in GetNextEntry()207 while (internal_->GetNextEntry(&entry)) { in GetProtectionFlagsForAddress()223 while (self_maps.GetNextEntry(&entry)) { in FindElfBinaryForAddress()250 while (self_maps.GetNextEntry(&entry)) { in FindProtectionFlagsForAddress()267 while (self_maps.GetNextEntry(&entry)) { in FindLoadAddressForFile()
126 TEST(ProcMaps, GetNextEntry) { in TEST() argument194 EXPECT_TRUE(self_maps.GetNextEntry(&entry)); in TEST()212 EXPECT_FALSE(self_maps.GetNextEntry(&entry)); in TEST()
47 bool GetNextEntry(Entry* entry);
128 while (self_maps->GetNextEntry(&entry)) { in FindElfDynamicSection()