|
MakeELF
ELF reader-writer library
|
Symbol Table Binding. More...
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) |
Symbol Table Binding.