Class OMFGlobal
java.lang.Object
ghidra.app.util.bin.format.pe.debug.OMFGlobal
A class to represent the Object Module Format (OMF) Global data structure.
-
Method Summary
Modifier and TypeMethodDescriptionshort
int
int
int
Returns the debug symbols in this OMF Global.short
-
Method Details
-
getAddrHash
public short getAddrHash() -
getCbAddrHash
public int getCbAddrHash() -
getCbSymbol
public int getCbSymbol() -
getCbSymHash
public int getCbSymHash() -
getSymHash
public short getSymHash() -
getSymbols
Returns the debug symbols in this OMF Global.- Returns:
- the debug symbols in this OMF Global
-