• Home
  • Raw
  • Download

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,
279 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()
284 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()
289 const ImageSection& GetObjectsSection() const { in GetObjectsSection()
293 const ImageSection& GetFieldsSection() const { in GetFieldsSection()
297 const ImageSection& GetMethodsSection() const { in GetMethodsSection()
301 const ImageSection& GetRuntimeMethodsSection() const { in GetRuntimeMethodsSection()
305 const ImageSection& GetImTablesSection() const { in GetImTablesSection()
309 const ImageSection& GetIMTConflictTablesSection() const { in GetIMTConflictTablesSection()
313 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection()
317 const ImageSection& GetClassTableSection() const { in GetClassTableSection()
321 const ImageSection& GetImageStringReferenceOffsetsSection() const { in GetImageStringReferenceOffsetsSection()
325 const ImageSection& GetMetadataSection() const { in GetMetadataSection()
329 const ImageSection& GetImageBitmapSection() const { in GetImageBitmapSection()
491 ImageSection sections_[kSectionCount];
521 std::ostream& operator<<(std::ostream& os, const ImageSection& section);