Searched defs:_IMAGE_SECTION_HEADER (Results 1 – 3 of 3) sorted by relevance
238 typedef struct _IMAGE_SECTION_HEADER { struct239 UINT8 Name[IMAGE_SIZEOF_SHORT_NAME];240 union {243 } Misc;244 UINT32 VirtualAddress;245 UINT32 SizeOfRawData;246 UINT32 PointerToRawData;247 UINT32 PointerToRelocations;248 UINT32 PointerToLinenumbers;249 UINT16 NumberOfRelocations;[all …]
244 typedef struct _IMAGE_SECTION_HEADER { struct245 UINT8 Name[IMAGE_SIZEOF_SHORT_NAME];246 union {249 } Misc;250 UINT32 VirtualAddress;251 UINT32 SizeOfRawData;252 UINT32 PointerToRawData;253 UINT32 PointerToRelocations;254 UINT32 PointerToLinenumbers;255 UINT16 NumberOfRelocations;[all …]