|
Texas Instruments COFF optional header. More...
Data Fields | |
| uint16_t | magic |
| State of the image file identifier. | |
| uint16_t | linker_version |
| The linker version number. | |
| uint32_t | code_size |
| The sum of all code sections. | |
| uint32_t | initialized_data_size |
| The sum of all initialized data sections. | |
| uint32_t | uninitialized_data_size |
| The sum of all uninitialized data sections. | |
| uint32_t | entry_point_address |
| The address of the entry point relative to the image base. | |
| uint32_t | code_base |
| The address that is relative to the image. | |
| uint32_t | data_base |
Texas Instruments COFF optional header.
Definition at line 790 of file coffi_types.hpp.