Section Attribute Flags.
More...
|
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 |
|
|
def | __bytes__ (self) |
|
def | from_bytes (cls, b, little=False) |
|
The documentation for this class was generated from the following file: