Interface ImageSymbol
- All Known Implementing Classes:
ImageSymbol, J9DDRImageSymbol, JCImageSymbol
public interface ImageSymbol
Represents a symbol defined in an ImageModule.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the address of this symbol in the image.getName()
Get the name of the symbol.
-
Method Details
-
getAddress
ImagePointer getAddress()Get the address of this symbol in the image.- Returns:
- the address of this symbol in the image
-
getName
-