Searched refs:Executable (Results 1 – 2 of 2) sorted by relevance
69 if ElfType::from(ehdr.e_type) != ElfType::Executable { in probe_x86_64()559 } else if elf_type == ElfType::Executable { in load()750 Executable, enumerator763 0x02 => Self::Executable, in from()
107 #define ENOEXEC 46 /* 可执行文件格式错误 Executable file format error.*/