Home
last modified time | relevance | path

Searched defs:section (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dimage.cc146 std::ostream& operator<<(std::ostream& os, const ImageSection& section) { in operator <<()
Dintern_table.cc157 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings); in AddImageStringsToTable() local
/art/compiler/
Delf_builder.h115 void AddDynamicTag(Elf_Sword tag, Elf_Word value, const Section* section) { in AddDynamicTag()
759 void RegisterSection(Section* section) { in RegisterSection()
764 for (const auto* section : other_sections_) { in FindSection() local
812 const Section& section) { in MakeProgramHeader()
Dimage_writer.cc1003 for (const ImageSection& section : sections) { in CreateHeader() local
/art/patchoat/
Dpatchoat.cc421 const auto& section = image_header->GetImageSection(ImageHeader::kSectionArtFields); in PatchArtFields() local
430 const auto& section = image_header->GetMethodsSection(); in PatchArtMethods() local
465 const auto& section = image_header->GetImageSection(ImageHeader::kSectionInternedStrings); in PatchInternedStrings() local
/art/runtime/gc/space/
Dimage_space.cc695 auto& section = image_header.GetImageSection(section_idx); in Init() local
/art/oatdump/
Doatdump.cc1383 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump() local