Lines Matching refs:elf_file_
121 linker_config_->options().setSOName(elf_file_->GetPath());
156 UniquePtr<OatFile> oat_file(OatFile::OpenMemory(oat_contents, elf_file_->GetPath()));
157 CHECK(oat_file.get() != NULL) << elf_file_->GetPath();
325 LOG(ERROR) << "Failed to link " << elf_file_->GetPath();
331 int fd = dup(elf_file_->Fd());
333 PLOG(ERROR) << "Failed to dup file descriptor for " << elf_file_->GetPath();
337 LOG(ERROR) << "Failed to emit " << elf_file_->GetPath();
341 LOG(INFO) << "ELF file written successfully: " << elf_file_->GetPath();
347 UniquePtr<ElfFile> elf_file(ElfFile::Open(elf_file_, true, false));
348 CHECK(elf_file.get() != NULL) << elf_file_->GetPath();