Searched refs:objects_section (Results 1 – 3 of 3) sorted by relevance
1255 const ImageSection& objects_section = image_header->GetObjectsSection(); in RelocateInPlace() local1257 uint8_t* objects_location = target_base + objects_section.Offset(); in RelocateInPlace()1264 reinterpret_cast<uintptr_t>(image_header->GetImageBegin()) + objects_section.End(), in RelocateInPlace()1265 reinterpret_cast<uintptr_t>(target_base) + objects_section.End(), in RelocateInPlace()1266 image_header->GetImageSize() - objects_section.End()); in RelocateInPlace()1269 reinterpret_cast<uintptr_t>(image_header->GetImageBegin()) + objects_section.Offset(), in RelocateInPlace()1271 objects_section.Size()); in RelocateInPlace()1374 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in RelocateInPlace()1375 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace()
185 auto objects_section = header_.GetImageSection(ImageHeader::kSectionObjects); in FillData() local186 memcpy(compute_dest(objects_section) + sizeof(ImageHeader), objects_.data(), objects_.size()); in FillData()
1602 const ImageSection& objects_section = image_header.GetObjectsSection(); in CountInternedStringReferences() local1604 auto objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in CountInternedStringReferences()1605 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in CountInternedStringReferences()1979 const ImageSection& objects_section = space->GetImageHeader().GetObjectsSection(); in CheckObjects() local1981 uintptr_t objects_begin = space_begin + objects_section.Offset(); in CheckObjects()1982 uintptr_t objects_end = objects_begin + objects_section.Size(); in CheckObjects()