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

Special Section Indexes. More...

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

Static Public Attributes

int SHN_UNDEF = 0
 
int SHN_LORESERVE = 0xff00
 
int SHN_LOPROC = 0xff00
 
int SHN_HIPROC = 0xff1f
 
int SHN_LOOS = 0xff20
 
int SHN_HIOS = 0xff3f
 
int SHN_ABS = 0xfff1
 
int SHN_COMMON = 0xfff2
 
int SHN_XINDEX = 0xffff
 
int SHN_HIRESERVE = 0xffff
 

Additional Inherited Members

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

Detailed Description

Special Section Indexes.


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