Searched refs:sections_ (Results 1 – 8 of 8) sorted by relevance
74 sections_ = Read<Elf_Shdr>(header_->e_shoff, header_->e_shnum); in ElfDebugReader()75 for (const Elf_Shdr& section : sections_) { in ElfDebugReader()76 const char* name = Read<char>(sections_[header_->e_shstrndx].sh_offset + section.sh_name); in ElfDebugReader()103 ArrayRef<Elf_Shdr> GetSections() { return sections_; } in GetSections()130 if (ELF_ST_TYPE(symbol.st_info) == STT_FUNC && §ions_[symbol.st_shndx] == text) { in VisitFunctionSymbols()189 ArrayRef<const Elf_Shdr> sections_; variable
202 std::vector<Section*>& sections = owner_->sections_; in AddSection()549 for (auto* section : sections_) { in End()562 shdrs.reserve(1u + sections_.size()); in End()564 for (auto* section : sections_) { in End()608 for (Section* section : sections_) { in Strip()626 sections_ = std::move(non_debug_sections); in Strip()884 CHECK(!sections_.empty()); in MakeProgramHeaders()906 for (auto* section : sections_) { in MakeProgramHeaders()937 for (auto* section : sections_) { in MakeProgramHeaders()985 std::vector<Section*> sections_; variable
66 for (const DexLayoutSection& section : sections_) { in Madvise()108 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)]; variable
281 return sections_[index]; in GetImageSection()286 return sections_[index]; in GetImageSection()491 ImageSection sections_[kSectionCount]; variable
77 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
605 code_section = &dex_layout_->GetSections().sections_[static_cast<size_t>( in WriteCodeItems()
1232 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()