HomeSort by relevance Sort by last modified time
    Searched refs:elf_writer (Results 1 - 3 of 3) sorted by null

  /art/compiler/
image_test.h 36 #include "elf_writer.h"
307 ElfWriter* const elf_writer = elf_writers[i].get(); local
313 elf_writer->PrepareDynamicSection(rodata_size,
320 elf_writer->GetLoadedSize(),
326 elf_writer->EndRoData(rodata[i]);
328 OutputStream* text = elf_writer->StartText();
331 elf_writer->EndText(text);
333 bool header_ok = oat_writer->WriteHeader(elf_writer->GetStream(), 0u, 0u, 0u);
338 elf_writer->WriteDynamicSection();
339 elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo())
    [all...]
oat_test.cc 33 #include "elf_writer.h"
186 std::unique_ptr<ElfWriter> elf_writer = CreateElfWriterQuick( local
191 elf_writer->Start();
192 OutputStream* oat_rodata = elf_writer->StartRoData();
221 elf_writer->PrepareDynamicSection(rodata_size,
241 elf_writer->EndRoData(oat_rodata);
243 OutputStream* text = elf_writer->StartText();
247 elf_writer->EndText(text);
249 if (!oat_writer.WriteHeader(elf_writer->GetStream(), 42U, 4096U, 0)) {
253 elf_writer->WriteDynamicSection()
    [all...]
  /art/dex2oat/
dex2oat.cc 64 #include "elf_writer.h"
2082 std::unique_ptr<ElfWriter>& elf_writer = elf_writers_[i]; local
2116 std::unique_ptr<ElfWriter>& elf_writer = elf_writers_[i]; local
    [all...]

Completed in 4600 milliseconds