|
COFFI library classes for the COFF sections. More...
Include dependency graph for coffi_section.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | section |
| Interface class for accessing a COFF section, for all the COFF architectures. More... | |
| class | section_impl_tmpl< T > |
| Template class for accessing a COFF section, depends on the underlying section header format. More... | |
| class | section_impl |
| Class for accessing a COFF section, for the PE format. More... | |
| class | section_impl_ti |
| Class for accessing a COFF section, for the Texas Instruments format. More... | |
| class | sections |
| List of sections. More... | |
Namespaces | |
| COFFI | |
| COFFI library namespace. | |
Macros | |
| #define | narrow_cast static_cast |
COFFI library classes for the COFF sections.
Do not include this file directly. This file is included by coffi.hpp.
Definition in file coffi_section.hpp.