Class PEBinaryShared64
- 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.PEBinaryShared64
-
- All Implemented Interfaces:
IBinaryParser.IBinaryExecutable
,IBinaryParser.IBinaryFile
,IBinaryParser.IBinaryObject
,IBinaryParser.IBinaryShared
,org.eclipse.core.runtime.IAdaptable
public class PEBinaryShared64 extends PEBinaryObject64 implements IBinaryParser.IBinaryShared
- Since:
- 6.9
-
-
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_SYMBOLS
-
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
-
-
Constructor Summary
Constructors Constructor Description PEBinaryShared64(IBinaryParser parser, org.eclipse.core.runtime.IPath p)
-
Method Summary
-
Methods inherited from class org.eclipse.cdt.utils.coff.parser.PEBinaryObject64
addSymbols, getAdapter, getAddressFactory, getBinaryObjectInfo, getContents, getName, getPE, getSymbols, loadAll, loadInfo, loadInfo, loadSymbols, loadSymbols
-
Methods inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
getBSS, getCPU, getData, getNeededSharedLibs, getSoName, getSymbol, getText, hasDebug, isLittleEndian, toString
-
Methods inherited from class org.eclipse.cdt.utils.BinaryFile
getBinaryParser, getPath, getType, hasChanged
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryExecutable
getNeededSharedLibs
-
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getContents, getPath, getType
-
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryObject
getAddressFactory, getBSS, getCPU, getData, getName, getSymbol, getSymbols, getText, hasDebug, isLittleEndian
-
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryShared
getSoName
-
-
-
-
Constructor Detail
-
PEBinaryShared64
public PEBinaryShared64(IBinaryParser parser, org.eclipse.core.runtime.IPath p)
-
-