public interface ImageSection
Modifier and Type | Method and Description |
---|---|
ImagePointer |
getBaseAddress()
Gets the base address (the lowest) of memory in this section.
|
java.lang.String |
getName()
Gets the name of this section.
|
java.util.Properties |
getProperties()
Get the OS-specific properties for this section.
|
long |
getSize()
Gets the size of the memory section.
|
boolean |
isExecutable()
Tests executable permission on memory section.
|
boolean |
isReadOnly()
Tests read permission on memory section.
|
boolean |
isShared()
Tests shared permission on memory section.
|
ImagePointer getBaseAddress()
long getSize()
java.lang.String getName()
boolean isExecutable() throws DataUnavailable
DataUnavailable
boolean isReadOnly() throws DataUnavailable
DataUnavailable
boolean isShared() throws DataUnavailable
DataUnavailable
java.util.Properties getProperties()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.