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