Searched refs:Elf32 (Results 1 – 1 of 1) sorted by relevance
51 class Elf32 { class61 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()