Package ghidra.app.util.bin.format.omf
Class OmfSymbol
- java.lang.Object
 - 
- ghidra.app.util.bin.format.omf.OmfSymbol
 
 
- 
public class OmfSymbol extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description OmfSymbol(java.lang.String name, int type, long off, int dT, int bL) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()intgetDataType()intgetFrameDatum()java.lang.StringgetName()longgetOffset()intgetSegmentRef()voidsetAddress(Address addr)voidsetSegmentRef(int val) 
 - 
 
- 
- 
Method Detail
- 
getName
public java.lang.String getName()
 
- 
getDataType
public int getDataType()
 
- 
getOffset
public long getOffset()
 
- 
getSegmentRef
public int getSegmentRef()
 
- 
setSegmentRef
public void setSegmentRef(int val)
 
- 
setAddress
public void setAddress(Address addr)
 
- 
getAddress
public Address getAddress()
 
- 
getFrameDatum
public int getFrameDatum()
 
 - 
 
 -