Uses of Class
com.ibm.j9ddr.corereaders.elf.ProgramHeaderEntry
-
Packages that use ProgramHeaderEntry Package Description com.ibm.j9ddr.corereaders.elf com.ibm.j9ddr.corereaders.elf.unwind -
-
Uses of ProgramHeaderEntry in com.ibm.j9ddr.corereaders.elf
Methods in com.ibm.j9ddr.corereaders.elf that return ProgramHeaderEntry Modifier and Type Method Description ProgramHeaderEntry
ELFFileReader. getDynamicTableEntry()
Search the program header table for the dynamic entry.protected abstract ProgramHeaderEntry
ELFFileReader. readProgramHeaderEntry()
Methods in com.ibm.j9ddr.corereaders.elf that return types with arguments of type ProgramHeaderEntry Modifier and Type Method Description List<? extends ProgramHeaderEntry>
ELFFileReader. getProgramHeaderEntries()
-
Uses of ProgramHeaderEntry in com.ibm.j9ddr.corereaders.elf.unwind
Methods in com.ibm.j9ddr.corereaders.elf.unwind with parameters of type ProgramHeaderEntry Modifier and Type Method Description void
Unwind. addCallFrameInformation(long libraryBaseAddress, ProgramHeaderEntry ph, String libName)
-