Searched refs:objects_section (Results 1 – 2 of 2) sorted by relevance
1394 const ImageSection& objects_section = image_header->GetObjectsSection(); in RelocateInPlace() local1396 uint8_t* objects_location = target_base + objects_section.Offset(); in RelocateInPlace()1403 reinterpret_cast<uintptr_t>(image_header->GetImageBegin()) + objects_section.End(), in RelocateInPlace()1404 reinterpret_cast<uintptr_t>(target_base) + objects_section.End(), in RelocateInPlace()1405 image_header->GetImageSize() - objects_section.End()); in RelocateInPlace()1408 reinterpret_cast<uintptr_t>(image_header->GetImageBegin()) + objects_section.Offset(), in RelocateInPlace()1410 objects_section.Size()); in RelocateInPlace()1509 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in RelocateInPlace()1510 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace()
1490 const ImageSection& objects_section = image_header.GetObjectsSection(); in CountInternedStringReferences() local1492 auto objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in CountInternedStringReferences()1493 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in CountInternedStringReferences()