Lines Matching refs:ImageSection
49 class PACKED(4) ImageSection {
51 ImageSection() : offset_(0), size_(0) { } in ImageSection() function
52 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { } in ImageSection() function
53 ImageSection(const ImageSection& section) = default;
54 ImageSection& operator=(const ImageSection& section) = default;
136 ImageSection* sections,
285 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()
290 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()
295 const ImageSection& GetObjectsSection() const { in GetObjectsSection()
299 const ImageSection& GetFieldsSection() const { in GetFieldsSection()
303 const ImageSection& GetMethodsSection() const { in GetMethodsSection()
307 const ImageSection& GetRuntimeMethodsSection() const { in GetRuntimeMethodsSection()
311 const ImageSection& GetImTablesSection() const { in GetImTablesSection()
315 const ImageSection& GetIMTConflictTablesSection() const { in GetIMTConflictTablesSection()
319 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection()
323 const ImageSection& GetClassTableSection() const { in GetClassTableSection()
327 const ImageSection& GetImageStringReferenceOffsetsSection() const { in GetImageStringReferenceOffsetsSection()
331 const ImageSection& GetMetadataSection() const { in GetMetadataSection()
335 const ImageSection& GetJniStubMethodsSection() const { in GetJniStubMethodsSection()
339 const ImageSection& GetImageBitmapSection() const { in GetImageBitmapSection()
514 ImageSection sections_[kSectionCount];
602 EXPORT std::ostream& operator<<(std::ostream& os, const ImageSection& section);