Searched refs:objects_section (Results 1 – 2 of 2) sorted by relevance
1034 const ImageSection& objects_section = image_header.GetImageSection(ImageHeader::kSectionObjects); in RelocateInPlace() local1035 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in RelocateInPlace()1036 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace()
1450 ImageSection* objects_section = &out_sections[ImageHeader::kSectionObjects]; in CreateImageSections() local1451 *objects_section = ImageSection(0u, image_end_); in CreateImageSections()