Package org.eclipse.cdt.utils.elf.parser
Class GNUElfBinaryExecutable
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.utils.BinaryFile
org.eclipse.cdt.utils.BinaryObjectAdapter
org.eclipse.cdt.utils.elf.parser.ElfBinaryObject
org.eclipse.cdt.utils.elf.parser.GNUElfBinaryObject
org.eclipse.cdt.utils.elf.parser.GNUElfBinaryExecutable
- All Implemented Interfaces:
IBinaryParser.IBinaryExecutable
,IBinaryParser.IBinaryFile
,IBinaryParser.IBinaryObject
,org.eclipse.core.runtime.IAdaptable
public class GNUElfBinaryExecutable
extends GNUElfBinaryObject
implements IBinaryParser.IBinaryExecutable
-
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
ConstructorDescriptionGNUElfBinaryExecutable
(IBinaryParser parser, org.eclipse.core.runtime.IPath p) -
Method Summary
Methods inherited from class org.eclipse.cdt.utils.elf.parser.GNUElfBinaryObject
addSymbols, getAdapter, getAddr2line, getContents, getCPPFilt, getObjdump, loadSymbols
Methods inherited from class org.eclipse.cdt.utils.elf.parser.ElfBinaryObject
getAddressFactory, getBinaryObjectInfo, getCPU, getElfHelper, getName, getSymbols, isLittleEndian, loadAll, loadInfo, loadInfo
Methods inherited from class org.eclipse.cdt.utils.BinaryObjectAdapter
getBSS, getData, getNeededSharedLibs, getSoName, getSymbol, getText, hasDebug, 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.core.runtime.IAdaptable
getAdapter
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
-
Constructor Details
-
GNUElfBinaryExecutable
-