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

  /art/compiler/debug/
elf_gnu_debugdata_writer.h 93 builder->GetRoData()->WriteNoBitsSection(rodata_section_size);
94 builder->GetText()->WriteNoBitsSection(text_section_size);
  /art/compiler/
elf_writer_quick.cc 224 builder_->GetBss()->WriteNoBitsSection(bss_size_);
elf_builder.h 193 void WriteNoBitsSection(Elf_Word size) {
    [all...]
  /art/oatdump/
oatdump.cc 142 rodata->WriteNoBitsSection(rodata_size);
152 text->WriteNoBitsSection(text_size);
160 bss->WriteNoBitsSection(oat_file_->BssSize());
    [all...]

Completed in 249 milliseconds