Searched refs:self_maps (Results 1 – 3 of 3) sorted by relevance
218 ProcMaps self_maps; in FindElfBinaryForAddress() local223 while (self_maps.GetNextEntry(&entry)) { in FindElfBinaryForAddress()245 ProcMaps self_maps; in FindProtectionFlagsForAddress() local250 while (self_maps.GetNextEntry(&entry)) { in FindProtectionFlagsForAddress()264 ProcMaps self_maps; in FindLoadAddressForFile() local267 while (self_maps.GetNextEntry(&entry)) { in FindLoadAddressForFile()
47 ProcMaps* self_maps, in FindElfDynamicSection() argument126 self_maps->Rewind(); in FindElfDynamicSection()128 while (self_maps->GetNextEntry(&entry)) { in FindElfDynamicSection()213 ProcMaps self_maps; in Init() local215 path.c_str(), &self_maps, &dynamic_addr, &dynamic_size)) { in Init()250 int prot = self_maps.GetProtectionFlagsForAddress(r_debug_->r_map); in Init()
184 ProcMaps self_maps; in TEST() local194 EXPECT_TRUE(self_maps.GetNextEntry(&entry)); in TEST()212 EXPECT_FALSE(self_maps.GetNextEntry(&entry)); in TEST()