Home
last modified time | relevance | path

Searched refs:WriteDynamicSection (Results 1 – 7 of 7) sorted by relevance

/art/dex2oat/linker/
Delf_writer.h77 virtual void WriteDynamicSection() = 0;
Delf_writer_quick.cc109 void WriteDynamicSection() override;
243 void ElfWriterQuick<ElfTypes>::WriteDynamicSection() { in WriteDynamicSection() function in art::linker::ElfWriterQuick
244 builder_->WriteDynamicSection(); in WriteDynamicSection()
Dimage_test.h334 elf_writer->WriteDynamicSection(); in DoCompile()
Doat_writer_test.cc242 elf_writer->WriteDynamicSection(); in DoWriteElf()
/art/libelffile/elf/
Delf_builder.h763 void WriteDynamicSection() { in WriteDynamicSection() function
/art/dex2oat/
Ddex2oat.cc2394 elf_writer->WriteDynamicSection(); in WriteOutputFiles()
/art/oatdump/
Doatdump.cc183 builder_->WriteDynamicSection(); in Symbolize()