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

Section Types. More...

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

Static Public Attributes

int SHT_NULL = 0
 
int SHT_PROGBITS = 1
 
int SHT_SYMTAB = 2
 
int SHT_STRTAB = 3
 
int SHT_RELA = 4
 
int SHT_HASH = 5
 
int SHT_DYNAMIC = 6
 
int SHT_NOTE = 7
 
int SHT_NOBITS = 8
 
int SHT_REL = 9
 
int SHT_SHLIB = 10
 
int SHT_DYNSYM = 11
 
int SHT_INIT_ARRAY = 14
 
int SHT_FINI_ARRAY = 15
 
int SHT_PREINIT_ARRAY = 16
 
int SHT_GROUP = 17
 
int SHT_SYMTAB_SHNDX = 18
 
int SHT_LOOS = 0x60000000
 
int SHT_HIOS = 0x6fffffff
 
int SHT_LOPROC = 0x70000000
 
int SHT_HIPROC = 0x7fffffff
 
int SHT_LOUSER = 0x80000000
 
int SHT_HIUSER = 0xffffffff
 
int SHT_RENESAS_INFO = 0xa0000000
 

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 Types.

Valid values for sh_type field

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