Searched refs:class_table_section (Results 1 – 4 of 4) sorted by relevance
1221 const auto& class_table_section = image_header.GetClassTableSection(); in RelocateInPlace() local1222 if (class_table_section.Size() > 0u) { in RelocateInPlace()1226 const uint8_t* data = target_base + class_table_section.Offset(); in RelocateInPlace()
2615 const ImageSection& class_table_section = in CreateImageSections() local2624 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()2914 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local2916 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
1986 const auto& class_table_section = image_header_.GetClassTableSection(); in Dump() local2022 stats_.alignment_bytes += class_table_section.Offset() - end_intern; in Dump()2034 stats_.class_table_bytes += class_table_section.Size(); in Dump()
2179 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace() local2180 const bool added_class_table = class_table_section.Size() > 0u; in AddImageSpace()2184 temp_set = ClassTable::ClassSet(space->Begin() + class_table_section.Offset(), in AddImageSpace()