Searched refs:sections (Results 1 – 5 of 5) sorted by relevance
608 std::vector<Section*> sections; in Write() local609 sections.push_back(&dynsym_); in Write()610 sections.push_back(&dynstr_); in Write()611 sections.push_back(&hash_); in Write()612 sections.push_back(&rodata_); in Write()613 sections.push_back(&text_); in Write()615 sections.push_back(&bss_); in Write()617 sections.push_back(&dynamic_); in Write()619 sections.push_back(&symtab_); in Write()620 sections.push_back(&strtab_); in Write()[all …]
210 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local213 sections, in TEST_F()
974 ImageSection sections[ImageHeader::kSectionCount]; in CreateHeader() local976 auto* objects_section = §ions[ImageHeader::kSectionObjects]; in CreateHeader()980 auto* field_section = §ions[ImageHeader::kSectionArtFields]; in CreateHeader()986 auto* methods_section = §ions[ImageHeader::kSectionArtMethods]; in CreateHeader()993 auto* interned_strings_section = §ions[ImageHeader::kSectionInternedStrings]; in CreateHeader()998 auto* bitmap_section = §ions[ImageHeader::kSectionImageBitmap]; in CreateHeader()1003 for (const ImageSection& section : sections) { in CreateHeader()1015 sections, image_roots_address_, oat_file_->GetOatHeader().GetChecksum(), in CreateHeader()
31 ImageSection* sections, in ImageHeader() argument62 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
62 ImageSection* sections,