Lines Matching refs:ImageSection

44 class PACKED(4) ImageSection {
46 ImageSection() : offset_(0), size_(0) { } in ImageSection() function
47 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { } in ImageSection() function
48 ImageSection(const ImageSection& section) = default;
49 ImageSection& operator=(const ImageSection& section) = default;
131 ImageSection* sections,
278 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()
283 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()
288 const ImageSection& GetObjectsSection() const { in GetObjectsSection()
292 const ImageSection& GetFieldsSection() const { in GetFieldsSection()
296 const ImageSection& GetMethodsSection() const { in GetMethodsSection()
300 const ImageSection& GetRuntimeMethodsSection() const { in GetRuntimeMethodsSection()
304 const ImageSection& GetImTablesSection() const { in GetImTablesSection()
308 const ImageSection& GetIMTConflictTablesSection() const { in GetIMTConflictTablesSection()
312 const ImageSection& GetDexCacheArraysSection() const { in GetDexCacheArraysSection()
316 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection()
320 const ImageSection& GetClassTableSection() const { in GetClassTableSection()
324 const ImageSection& GetImageStringReferenceOffsetsSection() const { in GetImageStringReferenceOffsetsSection()
328 const ImageSection& GetMetadataSection() const { in GetMetadataSection()
332 const ImageSection& GetImageBitmapSection() const { in GetImageBitmapSection()
492 ImageSection sections_[kSectionCount];
587 std::ostream& operator<<(std::ostream& os, const ImageSection& section);