COFFI
1.2
               
coff_file_header_ti Struct Reference

Texas Instruments COFF header. More...

Data Fields

uint16_t version
 Indicates version of COFF file structure.
 
uint16_t sections_count
 The size of the section table.
 
uint32_t time_data_stamp
 A C run-time time_t value.
 
uint32_t symbol_table_offset
 The file offset of the COFF symbol table, or zero if no COFF symbol table is present.
 
uint32_t symbols_count
 The number of entries in the symbol table.
 
uint16_t optional_header_size
 Which is required for executable files but not for object files.
 
uint16_t flags
 The flags that indicate the attributes of the file.
 
uint16_t target_id
 Magic number indicates the file can be executed in a specific TI system.
 

Detailed Description

Texas Instruments COFF header.

Definition at line 738 of file coffi_types.hpp.


The documentation for this struct was generated from the following file: