public | ExecutableFile(const String<char>& fileName_, bool createSections_, bool initSymbolTable, ulong minStackSize_, ulong maxStackSize_, ulong stackSizeIncrement_, ulong initialPoolSize_) |
public | ExecutableFile(const String<char>& fileName_, bool initSymbolTable, ulong minStackSize_, ulong maxStackSize_, ulong stackSizeIncrement_, ulong initialPoolSize_) |
public override void | AddSection(Section* section) |
public override void | AddSymbolsToAddressMap() |
public override nothrow Section* | GetCodeSection() const |
public override nothrow Section* | GetDataSection() const |
public override nothrow Section* | GetSymbolSection() const |
public nothrow ulong | InitialPoolSize() const |
public nothrow ulong | MaxStackSize() const |
public nothrow ulong | MinStackSize() const |
public nothrow ulong | StackSizeIncrement() const |
public Section* | codeSection |
public Section* | dataSection |
public Section* | symbolSection |