Section

Undocumented in source.

Members

Functions

addSymbol
SymbolIndex addSymbol(uint offset, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
initializedSize
uint initializedSize()
Undocumented in source. Be warned that the author may not have intended to support it.
isCodeSection
bool isCodeSection()
Undocumented in source. Be warned that the author may not have intended to support it.
isImportSection
bool isImportSection()
Undocumented in source. Be warned that the author may not have intended to support it.
isLinkDirective
bool isLinkDirective()
Undocumented in source. Be warned that the author may not have intended to support it.
setSectionZeroLength
void setSectionZeroLength(uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
symBytes
uint symBytes(SymbolIndex symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
symOffset
uint symOffset(SymbolIndex symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
totalSize
uint totalSize()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
header
SectionHeader header;
Undocumented in source.
name
string name;
Undocumented in source.
relocations
CoffRelocation[] relocations;
Undocumented in source.
sectionId
uint sectionId;
Undocumented in source.
symbols
SymbolSectionInfo[] symbols;
Undocumented in source.
zeroedBytes
uint zeroedBytes;
Undocumented in source.

Meta