Class OMFGlobal
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.debug.OMFGlobal
-
public class OMFGlobal extends java.lang.Object
A class to represent the Object Module Format (OMF) Global data structure.
-
-
Constructor Summary
Constructors Constructor Description OMFGlobal()
DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getAddrHash()
int
getCbAddrHash()
int
getCbSymbol()
int
getCbSymHash()
java.util.List<DebugSymbol>
getSymbols()
Returns the debug symbols in this OMF Global.short
getSymHash()
-
-
-
Method Detail
-
getAddrHash
public short getAddrHash()
-
getCbAddrHash
public int getCbAddrHash()
-
getCbSymbol
public int getCbSymbol()
-
getCbSymHash
public int getCbSymHash()
-
getSymHash
public short getSymHash()
-
getSymbols
public java.util.List<DebugSymbol> getSymbols()
Returns the debug symbols in this OMF Global.- Returns:
- the debug symbols in this OMF Global
-
-