Uses of Interface
com.ibm.j9ddr.corereaders.memory.ISymbol
-
Packages that use ISymbol Package Description com.ibm.j9ddr.corereaders com.ibm.j9ddr.corereaders.elf com.ibm.j9ddr.corereaders.memory com.ibm.j9ddr.corereaders.minidump.unwind -
-
Uses of ISymbol in com.ibm.j9ddr.corereaders
Methods in com.ibm.j9ddr.corereaders that return types with arguments of type ISymbol Modifier and Type Method Description List<? extends ISymbol>
IModuleFile. getSymbols(long relocationBase)
-
Uses of ISymbol in com.ibm.j9ddr.corereaders.elf
Methods in com.ibm.j9ddr.corereaders.elf that return types with arguments of type ISymbol Modifier and Type Method Description List<? extends ISymbol>
ELFFileReader. 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 ISymbol Modifier and Type Class Description class
Symbol
Methods in com.ibm.j9ddr.corereaders.memory that return types with arguments of type ISymbol Modifier and Type Method Description Collection<? extends ISymbol>
IModule. getSymbols()
Constructor parameters in com.ibm.j9ddr.corereaders.memory with type arguments of type ISymbol Constructor Description Module(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 ISymbol Constructor Description UnwindModule(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)
-