Home
last modified time | relevance | path

Searched refs:WriteNoBitsSection (Results 1 – 4 of 4) sorted by relevance

/art/compiler/debug/
Delf_gnu_debugdata_writer.h93 builder->GetRoData()->WriteNoBitsSection(rodata_section_size); in MakeMiniDebugInfoInternal()
94 builder->GetText()->WriteNoBitsSection(text_section_size); in MakeMiniDebugInfoInternal()
/art/compiler/
Delf_writer_quick.cc211 builder_->GetBss()->WriteNoBitsSection(bss_size_); in WriteDynamicSection()
Delf_builder.h188 void WriteNoBitsSection(Elf_Word size) { in WriteNoBitsSection() function
/art/oatdump/
Doatdump.cc129 rodata->WriteNoBitsSection(rodata_size); in Symbolize()
139 text->WriteNoBitsSection(text_size); in Symbolize()
147 bss->WriteNoBitsSection(oat_file_->BssSize()); in Symbolize()