Home | History | Annotate | Download | only in oatdump

Lines Matching defs:elf_file

115     File* elf_file = OS::CreateEmptyFile(output_name_.c_str());
117 MakeUnique<BufferedOutputStream>(MakeUnique<FileOutputStream>(elf_file)));
154 elf_file->GetPath(), rodata_size, text_size, oat_file_->BssSize());