|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Section.StrTabSection | |
---|---|
joeq.Linker.ELF |
Uses of Section.StrTabSection in joeq.Linker.ELF |
---|
Methods in joeq.Linker.ELF that return Section.StrTabSection | |
---|---|
static Section.StrTabSection |
Section.StrTabSection.empty(int flags,
int addr)
|
Section.StrTabSection |
ELF.getSectionHeaderStringTable()
Returns the section header string table, if one has been defined. |
Methods in joeq.Linker.ELF with parameters of type Section.StrTabSection | |
---|---|
static SymbolTableEntry |
SymbolTableEntry.read(ELF file,
Section.StrTabSection sts)
|
void |
ELF.setSectionHeaderStringTable(Section.StrTabSection shstrtab)
Sets the section header string table to be the given section. |
void |
SymbolTableEntry.write(ELF file,
Section.StrTabSection sts)
|
Constructors in joeq.Linker.ELF with parameters of type Section.StrTabSection | |
---|---|
Section.DynSymSection(String name,
int flags,
int addr,
Section.StrTabSection stringTable)
|
|
Section.SymTabSection(String name,
int flags,
int addr,
Section.StrTabSection stringTable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |