Home
last modified time | relevance | path

Searched refs:Elf64 (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc66 class Elf64 { class
76 Elf64() = delete;
77 Elf64(const Elf64&) = delete;
78 const Elf64& operator=(const Elf64&) = delete;
514 result = ElfFileImpl<Elf64>::Create(path, fd, error_msg); in Load()