Class XCoffSymbol

java.lang.Object
org.eclipse.cdt.utils.Symbol
org.eclipse.cdt.utils.xcoff.parser.XCoffSymbol
All Implemented Interfaces:
Comparable<Object>, IBinaryParser.ISymbol

public class XCoffSymbol extends Symbol
  • Constructor Details

    • 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 -
  • Method Details