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 Address
getAddress()
int
getDataType()
int
getFrameDatum()
java.lang.String
getName()
long
getOffset()
int
getSegmentRef()
void
setAddress(Address addr)
void
setSegmentRef(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()
-
-