Uses of Class
lib.dwfl.DwflDie

Packages that use DwflDie
frysk.rt   
frysk.symtab This package implements frysk's low-level, object, symbol table. 
lib.dwfl This package implements wrappers around elfutils
 

Uses of DwflDie in frysk.rt
 

Constructors in frysk.rt with parameters of type DwflDie
FunctionBreakpoint(int id, String name, DwflDie die)
          Set a breakpoint based on a DwarfDie or just a name.
 

Uses of DwflDie in frysk.symtab
 

Methods in frysk.symtab that return DwflDie
 DwflDie DwflSymbol.getDie()
           
 

Uses of DwflDie in lib.dwfl
 

Methods in lib.dwfl that return DwflDie
 DwflDie DwflModule.getCompilationUnit(long addr)
           
 DwflDie Dwfl.getCompilationUnit(long addr)