Searched refs:ElfMachine (Results 1 – 1 of 1) sorted by relevance
62 if ElfMachine::from(ehdr.e_machine) != ElfMachine::X86_64 { in probe_x86_64()717 pub enum ElfMachine { enum729 impl From<u16> for ElfMachine { implementation