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

Symbol Table Binding. More...

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

Static Public Attributes

int STB_LOCAL = 0
 
int STB_GLOBAL = 1
 
int STB_WEAK = 2
 
int STB_LOOS = 10
 
int STB_HIOS = 12
 
int STB_LOPROC = 13
 
int STB_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 Table Binding.


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