HomeSort by relevance Sort by last modified time
    Searched defs:ElfFile (Results 1 - 3 of 3) sorted by null

  /art/runtime/
elf_file.h 38 // Used for compile time and runtime for ElfFile access. Because of
41 class ElfFile {
43 static ElfFile* Open(File* file,
50 static ElfFile* Open(File* file,
54 ~ElfFile();
108 explicit ElfFile(ElfFileImpl32* elf32);
109 explicit ElfFile(ElfFileImpl64* elf64);
114 DISALLOW_COPY_AND_ASSIGN(ElfFile);
elf_file.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 622 using object::ELFFile;
633 const ELFFile<ELFT> &ElfFile;
645 : ElfFile(*ElfObj.getELFFile()), Obj(Obj) {}

Completed in 233 milliseconds