public static interface ObjectFile.ProgbitsSectionImpl extends ObjectFile.RelocatableSectionImpl
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
void |
markRelocationSite(int offset,
ObjectFile.RelocationKind k,
String symbolName,
long addend)
This is like
ObjectFile.RelocatableSectionImpl.markRelocationSite(int, java.nio.ByteBuffer, com.oracle.objectfile.ObjectFile.RelocationKind, java.lang.String, long), but doesn't need to be
passed a buffer. |
void |
setContent(byte[] c) |
getOrCreateRelocationElement, markRelocationSitegetAlignment, getDecisions, getDependencies, getElement, getMemSize, getOrDecideContent, getOrDecideOffset, getOrDecideSize, getOrDecideVaddr, isLoadable, isReferenceable, setElementvoid setContent(byte[] c)
byte[] getContent()
void markRelocationSite(int offset,
ObjectFile.RelocationKind k,
String symbolName,
long addend)
ObjectFile.RelocatableSectionImpl.markRelocationSite(int, java.nio.ByteBuffer, com.oracle.objectfile.ObjectFile.RelocationKind, java.lang.String, long), but doesn't need to be
passed a buffer. It uses the byte array accessed by ObjectFile.ProgbitsSectionImpl.getContent() and
ObjectFile.ProgbitsSectionImpl.setContent(byte[]).