Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_writer_quick.cc139 static bool WriteOutFile(const std::vector<ElfFilePiece*>& pieces, File* elf_file) { in WriteOutFile() argument
141 for (auto it = pieces.begin(); it != pieces.end(); ++it) { in WriteOutFile()
402 std::vector<ElfFilePiece*> pieces; in Write() local
570 pieces.push_back(new ElfFileMemoryPiece("Elf Header", 0, &elf_header_, sizeof(elf_header_))); in Write()
571 pieces.push_back(new ElfFileMemoryPiece("Program headers", phdr_offset, in Write()
573 pieces.push_back(new ElfFileMemoryPiece(".dynamic", dynamic_builder_.section_.sh_offset, in Write()
575 pieces.push_back(new ElfFileMemoryPiece(".dynsym", dynsym_builder_.section_.sh_offset, in Write()
577 pieces.push_back(new ElfFileMemoryPiece(".dynstr", dynsym_builder_.strtab_.section_.sh_offset, in Write()
579 pieces.push_back(new ElfFileMemoryPiece(".hash", hash_builder_.section_.sh_offset, in Write()
581 pieces.push_back(new ElfFileRodataPiece(rodata_builder_.section_.sh_offset, oat_writer_)); in Write()
[all …]
/art/
DNOTICE253 The following pieces of software have additional or alternate copyrights,