|
def | __init__ (self, b=None) |
|
def | __str__ (self) |
|
def | __repr__ (self) |
|
def | __bytes__ (self) |
|
def | __len__ (self) |
|
def | __iadd__ (lhs, rhs) |
|
def | append (self, string) |
|
def | find (self, sub, start=None, end=None) |
|
Helper class for creating sections of type SHT_STRTAB
Guards general rules and allows appending new strings
◆ append()
def makeelf.elf._Strtab.append |
( |
|
self, |
|
|
|
string |
|
) |
| |
Appends string to the end of section
Returns offset of newly appended string
The documentation for this class was generated from the following file: