MakeELF
ELF reader-writer library
Static Public Attributes | List of all members
makeelf.elfstruct.ELFOSABI Class Reference

Operating system/ABI identification. More...

Inheritance diagram for makeelf.elfstruct.ELFOSABI:
makeelf.type.enum.Enum

Static Public Attributes

int ELFOSABI_NONE = 0
 
int ELFOSABI_HPUX = 1
 
int ELFOSABI_NETBSD = 2
 
int ELFOSABI_GNU = 3
 
int ELFOSABI_LINUX = 3
 ELFOSABI_LINUX is an alias for ELFOSABI_GNU.
 
int ELFOSABI_SOLARIS = 6
 
int ELFOSABI_AIX = 7
 
int ELFOSABI_IRIX = 8
 
int ELFOSABI_FREEBSD = 9
 
int ELFOSABI_TRU64 = 10
 
int ELFOSABI_MODESTO = 11
 
int ELFOSABI_OPENBSD = 12
 
int ELFOSABI_OPENVMS = 13
 
int ELFOSABI_NSK = 14
 
int ELFOSABI_AROS = 15
 
int ELFOSABI_ARM = 97
 A GNU extension for the ARM.
 
int ELFOSABI_STANDALONE = 255
 A GNU extension for the MSP.
 

Additional Inherited Members

- Public Member Functions inherited from makeelf.type.enum.Enum
def __bytes__ (self)
 
def from_bytes (cls, b, little=False)
 

Detailed Description

Operating system/ABI identification.

EI_OSABI enumeration

The documentation for this class was generated from the following file: