Class XCoffSymbol

    • Constructor Detail

      • XCoffSymbol

        public XCoffSymbol​(BinaryObjectAdapter binary,
                           String name,
                           int type,
                           IAddress addr,
                           long size,
                           org.eclipse.core.runtime.IPath sourceFile,
                           int startLine,
                           int endLine)
        Parameters:
        binary -
        name -
        type -
        addr -
        size -
        sourceFile -
        startLine -
        endLine -
      • XCoffSymbol

        public XCoffSymbol​(BinaryObjectAdapter binary,
                           String name,
                           int type,
                           IAddress addr,
                           long size)
        Parameters:
        binary -
        name -
        type -
        addr -
        size -