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

Section Attribute Flags. More...

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

Static Public Attributes

int SHF_WRITE = 0x1
 
int SHF_ALLOC = 0x2
 
int SHF_EXECINSTR = 0x4
 
int SHF_MERGE = 0x10
 
int SHF_STRINGS = 0x20
 
int SHF_INFO_LINK = 0x40
 
int SHF_LINK_ORDER = 0x80
 
int SHF_OS_NONCONFORMING = 0x100
 
int SHF_GROUP = 0x200
 
int SHF_TLS = 0x400
 
int SHF_MASKOS = 0x0ff00000
 
int SHF_MASKPROC = 0xf0000000
 

Additional Inherited Members

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

Detailed Description

Section Attribute Flags.


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