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

  /art/runtime/
elf_file.h 36 // Used for compile time and runtime for ElfFile access. Because of
39 class ElfFile {
41 static ElfFile* Open(File* file,
49 static ElfFile* Open(File* file,
53 ~ElfFile();
103 explicit ElfFile(ElfFileImpl32* elf32);
104 explicit ElfFile(ElfFileImpl64* elf64);
109 DISALLOW_COPY_AND_ASSIGN(ElfFile);
elf_file.cc     [all...]
  /bionic/tools/relocation_packer/src/
elf_file.h 30 // An ElfFile reads shared objects, and shuttles relative relocations
34 class ElfFile {
36 explicit ElfFile(int fd)
40 ~ElfFile() {}
63 // Load a new ElfFile from a filedescriptor. If flushing, the file must

Completed in 152 milliseconds