Uses of Interface
com.ibm.j9ddr.corereaders.memory.ISymbol
Packages that use ISymbol
Package
Description
-
Uses of ISymbol in com.ibm.j9ddr.corereaders
Methods in com.ibm.j9ddr.corereaders that return types with arguments of type ISymbol -
Uses of ISymbol in com.ibm.j9ddr.corereaders.aix
Methods in com.ibm.j9ddr.corereaders.aix that return types with arguments of type ISymbol -
Uses of ISymbol in com.ibm.j9ddr.corereaders.elf
Methods in com.ibm.j9ddr.corereaders.elf that return types with arguments of type ISymbolModifier and TypeMethodDescriptionELFFileReader.getSymbols
(long baseAddress, boolean useUnallocatedSections) Obtain the symbols from a core reader, offset by baseAddress. -
Uses of ISymbol in com.ibm.j9ddr.corereaders.memory
Classes in com.ibm.j9ddr.corereaders.memory that implement ISymbolMethods in com.ibm.j9ddr.corereaders.memory that return types with arguments of type ISymbolModifier and TypeMethodDescriptionCollection
<? extends ISymbol> IModule.getSymbols()
MissingFileModule.getSymbols()
Collection
<? extends ISymbol> Module.getSymbols()
Constructor parameters in com.ibm.j9ddr.corereaders.memory with type arguments of type ISymbolModifierConstructorDescriptionModule
(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties) -
Uses of ISymbol in com.ibm.j9ddr.corereaders.minidump.unwind
Constructor parameters in com.ibm.j9ddr.corereaders.minidump.unwind with type arguments of type ISymbolModifierConstructorDescriptionUnwindModule
(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties) UnwindModule
(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties, List<RuntimeFunction> runtimeFunctionEntries)