Class S_GPROC32_NEW
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.debug.DebugSymbol
-
- ghidra.app.util.bin.format.pe.debug.S_GPROC32_NEW
-
public class S_GPROC32_NEW extends DebugSymbol
A class to represent the S_GPROC32_NEW data structure.
-
-
Constructor Summary
Constructors Constructor Description S_GPROC32_NEW()
DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDebugEnd()
int
getDebugStart()
int
getEnd()
int
getNext()
int
getParent()
int
getProcLen()
Returns the procedure length.int
getProcOffset()
Returns the procedure offset.short
getProcType()
Returns the procedure type.-
Methods inherited from class ghidra.app.util.bin.format.pe.debug.DebugSymbol
getLength, getName, getOffset, getSection, getType, processDebugSymbol
-
-
-
-
Method Detail
-
getParent
public int getParent()
-
getEnd
public int getEnd()
-
getNext
public int getNext()
-
getDebugStart
public int getDebugStart()
-
getDebugEnd
public int getDebugEnd()
-
getProcLen
public int getProcLen()
Returns the procedure length.- Returns:
- the procedure length
-
getProcType
public short getProcType()
Returns the procedure type.- Returns:
- the procedure type
-
getProcOffset
public int getProcOffset()
Returns the procedure offset.- Returns:
- the procedure offset
-
-