| public | ObjectFile(const String<char>& fileName_, bool initSymbolTable) |
| public | ObjectFile(const String<char>& fileName_, bool createSections_, bool initSymbolTable) |
| 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 override void | ReplaceLinkSection(UniquePtr<Section>& newLinkSection) |
| public Section* | codeSection |
| public Section* | dataSection |
| public Section* | debugSection |
| public Section* | linkSection |
| public Section* | symbolSection |