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.seSymbol entry, if any.IELFRelocationApplicator.RelocInstance.seSymbol entry, if any.Methods in com.pnfsoftware.jeb.core.units.codeobject that return IELFSymbolEntryModifier and TypeMethodDescriptionIELFSymbolTable.getEntry(int index) Retrieve a symbol entry by index.Methods in com.pnfsoftware.jeb.core.units.codeobject that return types with arguments of type IELFSymbolEntryModifier and TypeMethodDescriptionList<? extends IELFSymbolEntry> IELFSymbolTable.getEntries()Get symbol entries.Methods 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) Create relocation instance information.