Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer.h75 virtual void WriteDynamicSection() = 0;
Delf_writer_quick.cc106 void WriteDynamicSection() override;
240 void ElfWriterQuick<ElfTypes>::WriteDynamicSection() { in WriteDynamicSection() function in art::linker::ElfWriterQuick
241 builder_->WriteDynamicSection(); in WriteDynamicSection()
Dimage_test.h333 elf_writer->WriteDynamicSection(); in DoCompile()
Doat_writer_test.cc245 elf_writer->WriteDynamicSection(); in DoWriteElf()
/art/libelffile/elf/
Delf_builder.h773 void WriteDynamicSection() { in WriteDynamicSection() function
/art/dex2oat/
Ddex2oat.cc2210 elf_writer->WriteDynamicSection(); in WriteOutputFiles()
/art/oatdump/
Doatdump.cc182 builder_->WriteDynamicSection(); in Symbolize()