Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.cpp162 bool GetNextEntry(ProcMaps::Entry* entry) { in GetNextEntry() function in crazy::ProcMapsInternal
199 bool ProcMaps::GetNextEntry(Entry* entry) { in GetNextEntry() function in crazy::ProcMaps
200 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()
Dcrazy_linker_proc_maps_unittest.cpp126 TEST(ProcMaps, GetNextEntry) { in TEST() argument
194 EXPECT_TRUE(self_maps.GetNextEntry(&entry)); in TEST()
212 EXPECT_FALSE(self_maps.GetNextEntry(&entry)); in TEST()
Dcrazy_linker_proc_maps.h47 bool GetNextEntry(Entry* entry);
Dcrazy_linker_rdebug.cpp128 while (self_maps->GetNextEntry(&entry)) { in FindElfDynamicSection()