Class OMFGlobal


  • public class OMFGlobal
    extends java.lang.Object
    A class to represent the Object Module Format (OMF) Global data structure.
    • Constructor Detail

      • OMFGlobal

        public OMFGlobal()
        DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • 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