![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
A section of the output that contains boot operations. More...
#include <OutputSection.h>
Inheritance diagram for elftosb::OperationSequenceSection:
Collaboration diagram for elftosb::OperationSequenceSection:Public Member Functions | |
| OperationSequenceSection (uint32_t identifier) | |
| OperationSequence & | getSequence () |
Public Member Functions inherited from elftosb::OutputSection | |
| OutputSection (uint32_t identifier) | |
| void | setIdentifier (uint32_t identifier) |
| uint32_t | getIdentifier () const |
| void | setOptions (OptionContext *context) |
| Set the option context. More... | |
| const OptionContext * | getOptions () const |
| Return the option context. | |
Protected Attributes | |
| OperationSequence | m_sequence |
Protected Attributes inherited from elftosb::OutputSection | |
| uint32_t | m_id |
| Unique identifier. | |
| smart_ptr< OptionContext > | m_options |
| Options associated with just this section. | |
A section of the output that contains boot operations.