Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc51 class Elf32 { class
61 Elf32() = delete;
62 Elf32(const Elf32&) = delete;
63 const Elf32& operator=(const Elf32&) = delete;
512 result = ElfFileImpl<Elf32>::Create(path, fd, error_msg); in Load()