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

Symbol Types. More...

Inheritance diagram for makeelf.elfsect.STT:
makeelf.type.enum.Enum

Static Public Attributes

int STT_NOTYPE = 0
 
int STT_OBJECT = 1
 
int STT_FUNC = 2
 
int STT_SECTION = 3
 
int STT_FILE = 4
 
int STT_COMMON = 5
 
int STT_TLS = 6
 
int STT_LOOS = 10
 
int STT_HIOS = 12
 
int STT_LOPROC = 13
 
int STT_HIPROC = 15
 

Additional Inherited Members

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

Detailed Description

Symbol Types.


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