Uses of Class
joeq.Linker.ELF.Section.StrTabSection

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)
           
 



Copyright © 2001-2005 John Whaley. All Rights Reserved.