Searched refs:GetInternedStringsSection (Results 1 – 5 of 5) sorted by relevance
33 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable()
309 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection() function
1336 const auto& intern_table_section = image_header.GetInternedStringsSection(); in RelocateInPlace()1609 if (image_header.GetInternedStringsSection().Size() != 0u) { in DoRelocateSpaces()1610 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in DoRelocateSpaces()
1985 const auto& intern_section = image_header_.GetInternedStringsSection(); in Dump()
2889 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData()