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