Home
last modified time | relevance | path

Searched defs:elf_file (Results 1 – 9 of 9) sorted by relevance

/art/compiler/
Delf_writer.cc33 uintptr_t ElfWriter::GetOatDataAddress(ElfFile* elf_file) { in GetOatDataAddress()
45 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, in GetOatElfInformation() local
61 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, true, false, /*low_4gb*/false, &error_msg)); in Fixup() local
Delf_writer_quick.cc132 File* elf_file) { in CreateElfWriterQuick()
150 File* elf_file) in ElfWriterQuick()
/art/compiler/jit/
Djit_compiler.cc72 std::vector<uint8_t> elf_file = debug::WriteDebugElfFileForClasses( in jit_types_loaded() local
/art/runtime/
Delf_file.cc66 std::unique_ptr<ElfFileImpl<ElfTypes>> elf_file(new ElfFileImpl<ElfTypes> in Open() local
89 std::unique_ptr<ElfFileImpl<ElfTypes>> elf_file(new ElfFileImpl<ElfTypes> in Open() local
1852 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, true, false, /*low_4gb*/false, error_msg)); in Strip() local
Doat_file.cc845 bool ElfOatFile::InitializeFromElfFile(ElfFile* elf_file, in InitializeFromElfFile()
934 OatFile* OatFile::OpenWithElfFile(ElfFile* elf_file, in OpenWithElfFile()
Druntime.cc829 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file.release(), in OpenDexFilesFromImage() local
/art/patchoat/
Dpatchoat.cc95 static const OatHeader* GetOatHeader(const ElfFile* elf_file) { in GetOatHeader()
107 static bool ReadOatPatchDelta(const ElfFile* elf_file, off_t* delta, std::string* error_msg) { in ReadOatPatchDelta()
/art/compiler/optimizing/
Doptimizing_compiler.cc961 std::vector<uint8_t> elf_file = debug::WriteDebugElfFileForMethods( in JitCompile() local
/art/oatdump/
Doatdump.cc115 File* elf_file = OS::CreateEmptyFile(output_name_.c_str()); in Symbolize() local