Uses of Class
lib.dwfl.ElfSection

Packages that use ElfSection
lib.dwfl This package implements wrappers around elfutils
 

Uses of ElfSection in lib.dwfl
 

Methods in lib.dwfl that return ElfSection
 ElfSection Elf.createNewSection()
          Creates a new ElfSection at the end of the table and returns it
 ElfSection Elf.getNextSection(ElfSection previous)
           
 ElfSection Elf.getSection(long index)
          Returns the ElfSection at the provided index
 ElfSection Elf.getSectionByOffset(int offset)
          Returns the ElfSection at the given offset
 

Methods in lib.dwfl with parameters of type ElfSection
 ElfSection Elf.getNextSection(ElfSection previous)
           
static ElfRel[] ElfRel.loadFrom(ElfSection section)
          Answer array of relocation entries found in given section.
static void ElfDynamic.loadFrom(ElfSection section, ElfDynamic.Builder builder)
          Calls Builder.symbol with each symbol in given section.
static long ElfSymbol.symbolsCount(ElfSection symbolsS)
           
 

Constructors in lib.dwfl with parameters of type ElfSection
Dwarf(Elf elf, DwarfCommand cmd, ElfSection section)
           
ElfSymbol.Loader(ElfSection symbolsS)
          Initializes symbol loader, assuming you have no version information associated.
ElfSymbol.Loader(ElfSection symbolsS, ElfSection versymS, ElfSection verdefS, int verdefCount, ElfSection verneedS, int verneedCount)
          Initializes symbol loader.