Class GNUPEBinaryObject64
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.utils.BinaryFile
org.eclipse.cdt.utils.BinaryObjectAdapter
org.eclipse.cdt.utils.coff.parser.PEBinaryObject64
org.eclipse.cdt.utils.coff.parser.GNUPEBinaryObject64
- All Implemented Interfaces:
IBinaryParser.IBinaryFile,IBinaryParser.IBinaryObject,org.eclipse.core.runtime.IAdaptable
- Direct Known Subclasses:
GNUPEBinaryExecutable64,GNUPEBinaryShared64
- Since:
- 8.2
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
BinaryObjectAdapter.BinaryObjectInfo -
Field Summary
Fields inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
NO_SYMBOLSFields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED -
Constructor Summary
ConstructorsConstructorDescriptionGNUPEBinaryObject64(IBinaryParser parser, org.eclipse.core.runtime.IPath path, int type) GNUPEBinaryObject64(IBinaryParser parser, org.eclipse.core.runtime.IPath path, AR.ARHeader header) -
Method Summary
Methods inherited from class org.eclipse.cdt.utils.coff.parser.PEBinaryObject64
addSymbols, getAdapter, getAddressFactory, getBinaryObjectInfo, getName, getPE, getSymbols, loadAll, loadInfo, loadInfo, loadSymbols, loadSymbolsMethods inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
getBSS, getCPU, getData, getNeededSharedLibs, getSoName, getSymbol, getText, hasDebug, isLittleEndian, toStringMethods inherited from class org.eclipse.cdt.utils.BinaryFile
getBinaryParser, getPath, getType, hasChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getPath, getType
-
Constructor Details
-
GNUPEBinaryObject64
public GNUPEBinaryObject64(IBinaryParser parser, org.eclipse.core.runtime.IPath path, AR.ARHeader header) -
GNUPEBinaryObject64
-
-
Method Details
-
getContents
- Specified by:
getContentsin interfaceIBinaryParser.IBinaryFile- Overrides:
getContentsin classPEBinaryObject64- Returns:
- the binary contents.
- Throws:
IOException- See Also:
-
getObjdump
-