Searched refs:GetObjectsSection (Results 1 – 6 of 6) sorted by relevance
44 return image_header.GetObjectsSection().Size(); in Java_Main_checkAppImageSectionSize()
159 const ImageSection& objects = GetObjectsSection(); in VisitObjects()
288 const ImageSection& GetObjectsSection() const { in GetObjectsSection() function
144 ret.push_back(image_header.GetObjectsSection().Size()); in GetImageObjectSectionSizes()
716 return image_header.GetObjectsSection().Size(); in GetImageObjectSectionSize()842 EXPECT_GT(image_header.GetObjectsSection().Size(), 0u); in CheckResult()
1694 if (space->GetImageHeader().GetObjectsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()1978 const auto& object_section = image_header_.GetObjectsSection(); in Dump()