Searched defs:_IMAGE_SECTION_HEADER (Results 1 – 4 of 4) sorted by relevance
203 BYTE Name[IMAGE_SIZEOF_SHORT_NAME];204 union {207 } Misc;208 DWORD VirtualAddress;209 DWORD SizeOfRawData;210 DWORD PointerToRawData;211 DWORD PointerToRelocations;212 DWORD PointerToLinenumbers;213 WORD NumberOfRelocations;214 WORD NumberOfLinenumbers;[all …]
211 typedef struct _IMAGE_SECTION_HEADER { struct213 union {216 } Misc;217 ULONG VirtualAddress;218 ULONG SizeOfRawData;219 ULONG PointerToRawData;220 ULONG PointerToRelocations;221 ULONG PointerToLinenumbers;222 USHORT NumberOfRelocations;223 USHORT NumberOfLinenumbers;[all …]
279 typedef struct _IMAGE_SECTION_HEADER struct283 {287 Misc;288 DWORD VirtualAddress;289 DWORD SizeOfRawData;290 DWORD PointerToRawData;291 DWORD PointerToRelocations;292 DWORD PointerToLinenumbers;293 WORD NumberOfRelocations;294 WORD NumberOfLinenumbers;[all …]
3187 BYTE Name[IMAGE_SIZEOF_SHORT_NAME];3188 union {3191 } Misc;3192 DWORD VirtualAddress;3193 DWORD SizeOfRawData;3194 DWORD PointerToRawData;3195 DWORD PointerToRelocations;3196 DWORD PointerToLinenumbers;3197 WORD NumberOfRelocations;3198 WORD NumberOfLinenumbers;[all …]