Class OMFGlobal

java.lang.Object
ghidra.app.util.bin.format.pe.debug.OMFGlobal

public class OMFGlobal extends Object
A class to represent the Object Module Format (OMF) Global data structure.
  • Method Details

    • getAddrHash

      public short getAddrHash()
    • getCbAddrHash

      public int getCbAddrHash()
    • getCbSymbol

      public int getCbSymbol()
    • getCbSymHash

      public int getCbSymHash()
    • getSymHash

      public short getSymHash()
    • getSymbols

      public List<DebugSymbol> getSymbols()
      Returns the debug symbols in this OMF Global.
      Returns:
      the debug symbols in this OMF Global