public interface ImageModule
| Modifier and Type | Method and Description |
|---|---|
long |
getLoadAddress()
Get the address at which the module or executable was loaded.
|
java.lang.String |
getName()
Get the file name of the shared library.
|
java.util.Properties |
getProperties()
Get the table of properties associated with this module.
|
java.util.Iterator |
getSections()
Get the collection of sections that make up this library.
|
java.util.Iterator |
getSymbols()
Provides a collection of symbols defined by the library.
|
java.lang.String getName()
throws CorruptDataException
CorruptDataException - If the module is corrupt and the
original file cannot be determined.java.util.Iterator getSections()
ImageSection,
CorruptDatajava.util.Iterator getSymbols()
ImageSymbol,
CorruptDatajava.util.Properties getProperties()
throws CorruptDataException
CorruptDataExceptionlong getLoadAddress()
throws CorruptDataException,
DataUnavailable
CorruptDataExceptionDataUnavailableEclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.
DRAFT internal-b00