Searched refs:objects_section (Results 1 – 2 of 2) sorted by relevance
1170 const ImageSection& objects_section = image_header->GetObjectsSection(); in RelocateInPlace() local1172 uint8_t* objects_location = target_base + objects_section.Offset(); in RelocateInPlace()1179 reinterpret_cast<uintptr_t>(image_header->GetImageBegin()) + objects_section.End(), in RelocateInPlace()1180 reinterpret_cast<uintptr_t>(target_base) + objects_section.End(), in RelocateInPlace()1181 image_header->GetImageSize() - objects_section.End()); in RelocateInPlace()1184 reinterpret_cast<uintptr_t>(image_header->GetImageBegin()) + objects_section.Offset(), in RelocateInPlace()1186 objects_section.Size()); in RelocateInPlace()1285 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in RelocateInPlace()1286 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace()
1441 const ImageSection& objects_section = image_header.GetObjectsSection(); in CountInternedStringReferences() local1443 auto objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in CountInternedStringReferences()1444 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in CountInternedStringReferences()