Home
last modified time | relevance | path

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

/reactos/sdk/include/host/
H A Dpecoff.h203 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 …]
/reactos/sdk/include/ddk/
H A Dntimage.h211 typedef struct _IMAGE_SECTION_HEADER { struct
213 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 …]
/reactos/modules/rosapps/applications/sysutils/pedump/
H A Dpedump.c279 typedef struct _IMAGE_SECTION_HEADER struct
283 {
287 Misc;
288 DWORD VirtualAddress;
289 DWORD SizeOfRawData;
290 DWORD PointerToRawData;
291 DWORD PointerToRelocations;
292 DWORD PointerToLinenumbers;
293 WORD NumberOfRelocations;
294 WORD NumberOfLinenumbers;
[all …]
/reactos/sdk/include/xdk/
H A Dwinnt_old.h3187 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 …]