public class PECoffNobitsSection extends PECoffUserDefinedSection implements ObjectFile.NobitsSectionImpl
impl| Constructor and Description |
|---|
PECoffNobitsSection(PECoffObjectFile owner) |
PECoffNobitsSection(PECoffObjectFile owner,
String name) |
PECoffNobitsSection(PECoffObjectFile owner,
String name,
int alignment,
ObjectFile.NobitsSectionImpl impl,
EnumSet<PECoffObjectFile.PECoffSectionFlag> flags,
int shtIndex) |
PECoffNobitsSection(PECoffObjectFile owner,
String name,
ObjectFile.NobitsSectionImpl impl) |
PECoffNobitsSection(PECoffObjectFile owner,
String name,
ObjectFile.NobitsSectionImpl impl,
EnumSet<PECoffObjectFile.PECoffSectionFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSizeInMemory() |
void |
setSizeInMemory(long size) |
getDecisions, getDependencies, getImpl, getMemSize, getOrCreateRelocationElement, getOrDecideContent, getOrDecideOffset, getOrDecideSize, getOrDecideVaddr, markRelocationSite, setImplgetEntrySize, getFlags, getLinkedInfo, getLinkedSection, getOwner, getRelocEntries, getSectionID, isLoadable, isReferenceable, setFlags, setRelocEntries, setSectionIDgetAlignment, getElement, getElementName, getName, isLoadable, isReferenceable, setElement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlignment, getDecisions, getDependencies, getElement, getMemSize, getOrDecideContent, getOrDecideOffset, getOrDecideSize, getOrDecideVaddr, isLoadable, isReferenceable, setElementpublic PECoffNobitsSection(PECoffObjectFile owner)
public PECoffNobitsSection(PECoffObjectFile owner, String name)
public PECoffNobitsSection(PECoffObjectFile owner, String name, ObjectFile.NobitsSectionImpl impl)
public PECoffNobitsSection(PECoffObjectFile owner, String name, ObjectFile.NobitsSectionImpl impl, EnumSet<PECoffObjectFile.PECoffSectionFlag> flags)
public PECoffNobitsSection(PECoffObjectFile owner, String name, int alignment, ObjectFile.NobitsSectionImpl impl, EnumSet<PECoffObjectFile.PECoffSectionFlag> flags, int shtIndex)
public void setSizeInMemory(long size)
setSizeInMemory in interface ObjectFile.NobitsSectionImplpublic long getSizeInMemory()
getSizeInMemory in interface ObjectFile.NobitsSectionImpl