frysk.symtab
Class DwflSymbol

java.lang.Object
  extended by frysk.symtab.Symbol
      extended by frysk.symtab.DwflSymbol

public class DwflSymbol
extends Symbol


Field Summary
private  boolean defined
           
private  DwflDie dieBias
           
private  DwflModule dwflModule
           
 
Fields inherited from class frysk.symtab.Symbol
demangledName
 
Constructor Summary
DwflSymbol(long address, long size, String name, ElfSymbolType type, DwflDie dieBias, DwflModule module, boolean defined)
           
 
Method Summary
 DwflDie getDie()
           
 DwflModule getModule()
           
 boolean isDefined()
           
 
Methods inherited from class frysk.symtab.Symbol
getAddress, getDemangledName, getName, getSize, isFunctionSymbol, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dieBias

private final DwflDie dieBias

dwflModule

private final DwflModule dwflModule

defined

private final boolean defined
Constructor Detail

DwflSymbol

DwflSymbol(long address,
           long size,
           String name,
           ElfSymbolType type,
           DwflDie dieBias,
           DwflModule module,
           boolean defined)
Method Detail

getModule

public DwflModule getModule()

getDie

public DwflDie getDie()

isDefined

public boolean isDefined()