Searched refs:intern_table_section (Results 1 – 2 of 2) sorted by relevance
1437 const auto& intern_table_section = image_header->GetInternedStringsSection(); in RelocateInPlace() local1438 if (intern_table_section.Size() > 0u) { in RelocateInPlace()1445 temp_intern_table.AddTableFromMemory(target_base + intern_table_section.Offset(), in RelocateInPlace()
3035 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData() local3039 image_info.image_.Begin() + intern_table_section.Offset(); in CopyAndFixupNativeData()