Enum jit::ReadElfErrorCode
[−]
[src]
pub enum ReadElfErrorCode { CannotOpen, NotElf, WrongArch, BadFormat, Memory, }
An error from trying to open the ELF
Variants
CannotOpen | The file couldn't be opened |
NotElf | The file isn't an ELF |
WrongArch | The ELF is for a different architecture |
BadFormat | The ELF is badly formatted |
Memory | The ELF is too big to be loaded |