Class DebugSymbol
java.lang.Object
ghidra.app.util.bin.format.pe.debug.DebugSymbol
- Direct Known Subclasses:
S_BPREL32_NEW,S_GPROC32_NEW
A base class for Object Module Format (OMF) symbols.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortReturns the length of the symbol.getName()Returns the name of the symbol.intReturns the offset.shortReturns the section number.shortgetType()Returns the type of the symbol.protected voidprocessDebugSymbol(short length, short type)
-
Field Details
-
length
protected short length -
type
protected short type -
name
-
section
protected short section -
offset
protected int offset
-
-
Constructor Details
-
DebugSymbol
protected DebugSymbol()
-
-
Method Details
-
processDebugSymbol
protected void processDebugSymbol(short length, short type) -
getLength
public short getLength()Returns the length of the symbol.- Returns:
- the length of the symbol
-
getType
public short getType()Returns the type of the symbol.- Returns:
- the type of the symbol
-
getName
Returns the name of the symbol.- Returns:
- the name of the symbol
-
getSection
public short getSection()Returns the section number.- Returns:
- the section number
-
getOffset
public int getOffset()Returns the offset.- Returns:
- the offset
-