Home
last modified time | relevance | path

Searched defs:COFF_SECTION_HEADER (Results 1 – 1 of 1) sorted by relevance

/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dcoff_s.h133 struct COFF_SECTION_HEADER { // Section Header. See page 19 - Microsoft Specification 6.0 struct
134 byte name[COFF_SIZEOF_SHORT_NAME]; // Name
135 uint32 data_vsize; // VirtualSize // or data_phys_address !
136 uint32 data_address; // VirtualAddress
137 uint32 data_size; // SizeOfRawData
138 uint32 data_offset; // PointerToRawData
139 uint32 relocation_offset;
140 uint32 linenumber_offset;
141 uint16 relocation_count;
142 uint16 linenumber_count;
[all …]