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
A class to represent the S_GPROC32_NEW data structure.
-
Field Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.debug.DebugSymbol
getLength, getName, getOffset, getSection, getType, processDebugSymbol
-
Method Details
-
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
-