Home
last modified time | relevance | path

Searched defs:sections_ (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Ddex_file_layout.h99 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)]; variable
/art/libelffile/elf/
Delf_debug_reader.h189 ArrayRef<const Elf_Shdr> sections_; variable
Delf_builder.h992 std::vector<Section*> sections_; variable
/art/runtime/
Dimage.h509 ImageSection sections_[kSectionCount]; variable
Druntime_image.cc1779 ArenaVector<ImageSection> sections_; member in art::RuntimeImageHelper