Uses of Interface
com.pnfsoftware.jeb.core.units.codeobject.IELFSymbolEntry
Packages that use IELFSymbolEntry
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of IELFSymbolEntry in com.pnfsoftware.jeb.core.units.codeobject
Fields in com.pnfsoftware.jeb.core.units.codeobject declared as IELFSymbolEntryModifier and TypeFieldDescriptionfinal IELFSymbolEntryELFStandardRelocOperations.seIELFRelocationApplicator.RelocInstance.seMethods in com.pnfsoftware.jeb.core.units.codeobject that return IELFSymbolEntryMethods in com.pnfsoftware.jeb.core.units.codeobject that return types with arguments of type IELFSymbolEntryMethods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFSymbolEntryModifier and TypeMethodDescriptionIELFSymbolProcessor.processSymbol(IELFSymbolEntry symbol) Process a symbol entry (architecture specific)Constructors in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFSymbolEntryModifierConstructorDescriptionRelocInstance(IELFRelocationTable relocTable, IELFRelocationEntry relocEntry, IELFSymbolEntry se)