ReactOS 0.4.15-dev-7958-gcd0bb1a
_IMAGE_SECTION_HEADER Struct Reference

#include <ntimage.h>

Public Attributes

BYTE Name [IMAGE_SIZEOF_SHORT_NAME]
 
union {
   DWORD   PhysicalAddress
 
   DWORD   VirtualSize
 
Misc
 
DWORD VirtualAddress
 
DWORD SizeOfRawData
 
DWORD PointerToRawData
 
DWORD PointerToRelocations
 
DWORD PointerToLinenumbers
 
WORD NumberOfRelocations
 
WORD NumberOfLinenumbers
 
DWORD Characteristics
 
UCHAR Name [IMAGE_SIZEOF_SHORT_NAME]
 
union {
   ULONG   PhysicalAddress
 
   ULONG   VirtualSize
 
Misc
 
ULONG VirtualAddress
 
ULONG SizeOfRawData
 
ULONG PointerToRawData
 
ULONG PointerToRelocations
 
ULONG PointerToLinenumbers
 
USHORT NumberOfRelocations
 
USHORT NumberOfLinenumbers
 
ULONG Characteristics
 
union {
   DWORD   PhysicalAddress
 
   DWORD   VirtualSize
 
Misc
 
union {
   DWORD   PhysicalAddress
 
   DWORD   VirtualSize
 
Misc
 

Detailed Description

Definition at line 279 of file pedump.c.

Member Data Documentation

◆ Characteristics [1/2]

◆ Characteristics [2/2]

ULONG _IMAGE_SECTION_HEADER::Characteristics

Definition at line 224 of file ntimage.h.

◆  [1/4]

◆  [2/4]

union { ... } _IMAGE_SECTION_HEADER::Misc

◆  [3/4]

union { ... } _IMAGE_SECTION_HEADER::Misc

◆  [4/4]

union { ... } _IMAGE_SECTION_HEADER::Misc

◆ Name [1/2]

◆ Name [2/2]

UCHAR _IMAGE_SECTION_HEADER::Name[IMAGE_SIZEOF_SHORT_NAME]

Definition at line 212 of file ntimage.h.

◆ NumberOfLinenumbers [1/2]

WORD _IMAGE_SECTION_HEADER::NumberOfLinenumbers

Definition at line 294 of file pedump.c.

Referenced by CreateOutputFile(), GeneratePData(), and InitializeTestImage().

◆ NumberOfLinenumbers [2/2]

USHORT _IMAGE_SECTION_HEADER::NumberOfLinenumbers

Definition at line 223 of file ntimage.h.

◆ NumberOfRelocations [1/2]

WORD _IMAGE_SECTION_HEADER::NumberOfRelocations

Definition at line 293 of file pedump.c.

Referenced by CreateOutputFile(), GeneratePData(), InitializeTestImage(), and RelocateSection().

◆ NumberOfRelocations [2/2]

USHORT _IMAGE_SECTION_HEADER::NumberOfRelocations

Definition at line 222 of file ntimage.h.

◆ PhysicalAddress [1/2]

DWORD _IMAGE_SECTION_HEADER::PhysicalAddress

Definition at line 284 of file pedump.c.

◆ PhysicalAddress [2/2]

ULONG _IMAGE_SECTION_HEADER::PhysicalAddress

Definition at line 214 of file ntimage.h.

◆ PointerToLinenumbers [1/2]

DWORD _IMAGE_SECTION_HEADER::PointerToLinenumbers

Definition at line 292 of file pedump.c.

Referenced by CreateOutputFile(), GeneratePData(), and InitializeTestImage().

◆ PointerToLinenumbers [2/2]

ULONG _IMAGE_SECTION_HEADER::PointerToLinenumbers

Definition at line 221 of file ntimage.h.

◆ PointerToRawData [1/2]

◆ PointerToRawData [2/2]

ULONG _IMAGE_SECTION_HEADER::PointerToRawData

Definition at line 219 of file ntimage.h.

◆ PointerToRelocations [1/2]

DWORD _IMAGE_SECTION_HEADER::PointerToRelocations

Definition at line 291 of file pedump.c.

Referenced by CreateOutputFile(), GeneratePData(), InitializeTestImage(), and RelocateSection().

◆ PointerToRelocations [2/2]

ULONG _IMAGE_SECTION_HEADER::PointerToRelocations

Definition at line 220 of file ntimage.h.

◆ SizeOfRawData [1/2]

◆ SizeOfRawData [2/2]

ULONG _IMAGE_SECTION_HEADER::SizeOfRawData

Definition at line 218 of file ntimage.h.

◆ VirtualAddress [1/2]

◆ VirtualAddress [2/2]

ULONG _IMAGE_SECTION_HEADER::VirtualAddress

Definition at line 217 of file ntimage.h.

◆ VirtualSize [1/2]

◆ VirtualSize [2/2]

ULONG _IMAGE_SECTION_HEADER::VirtualSize

Definition at line 215 of file ntimage.h.


The documentation for this struct was generated from the following files: