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
,
CorruptData
java.util.Iterator getSymbols()
ImageSymbol
,
CorruptData
java.util.Properties getProperties() throws CorruptDataException
CorruptDataException
long getLoadAddress() throws CorruptDataException, DataUnavailable
CorruptDataException
DataUnavailable
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.