Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer.h76 virtual void WriteDynamicSection() = 0;
Delf_writer_quick.cc107 void WriteDynamicSection() override;
243 void ElfWriterQuick<ElfTypes>::WriteDynamicSection() { in WriteDynamicSection() function in art::linker::ElfWriterQuick
244 builder_->WriteDynamicSection(); in WriteDynamicSection()
Dimage_test.h343 elf_writer->WriteDynamicSection(); in DoCompile()
Doat_writer_test.cc241 elf_writer->WriteDynamicSection(); in DoWriteElf()
/art/libelffile/elf/
Delf_builder.h785 void WriteDynamicSection() { in WriteDynamicSection() function
/art/dex2oat/
Ddex2oat.cc2192 elf_writer->WriteDynamicSection(); in WriteOutputFiles()
/art/oatdump/
Doatdump.cc189 builder_->WriteDynamicSection(); in Symbolize()