Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

_PE_IMAGE_SECTION_HEADER Struct Reference

#include <peformat.h>

List of all members.

Public Attributes

uint8_t Name [PE_IMAGE_SIZEOF_SHORT_NAME]
union {
   uint32_t   PhysicalAddress
   uint32_t   VirtualSize
Misc
uint32_t VirtualAddress
uint32_t SizeOfRawData
uint32_t PointerToRawData
uint32_t PointerToRelocations
uint32_t PointerToLinenumbers
uint16_t NumberOfRelocations
uint16_t NumberOfLinenumbers
uint32_t Characteristics


Member Data Documentation

uint32_t _PE_IMAGE_SECTION_HEADER::Characteristics
 

Definition at line 43 of file peformat.h.

Referenced by PeSection::operator=(), RVAFileTranslator::RVAFileTranslator(), and PeFile::WriteSectionHdr().

union { ... } _PE_IMAGE_SECTION_HEADER::Misc
 

Referenced by PeSection::operator=(), RVAFileTranslator::RVAFileTranslator(), and PeFile::WriteSectionHdr().

uint8_t _PE_IMAGE_SECTION_HEADER::Name[PE_IMAGE_SIZEOF_SHORT_NAME]
 

Definition at line 31 of file peformat.h.

Referenced by PeFile::WriteSectionHdr().

uint16_t _PE_IMAGE_SECTION_HEADER::NumberOfLinenumbers
 

Definition at line 42 of file peformat.h.

Referenced by PeFile::WriteSectionHdr().

uint16_t _PE_IMAGE_SECTION_HEADER::NumberOfRelocations
 

Definition at line 41 of file peformat.h.

Referenced by PeFile::WriteSectionHdr().

uint32_t _PE_IMAGE_SECTION_HEADER::PhysicalAddress
 

Definition at line 33 of file peformat.h.

uint32_t _PE_IMAGE_SECTION_HEADER::PointerToLinenumbers
 

Definition at line 40 of file peformat.h.

Referenced by PeFile::WriteSectionHdr().

uint32_t _PE_IMAGE_SECTION_HEADER::PointerToRawData
 

Definition at line 38 of file peformat.h.

Referenced by PeSection::operator=(), RVAFileTranslator::RVAFileTranslator(), and PeFile::WriteSectionHdr().

uint32_t _PE_IMAGE_SECTION_HEADER::PointerToRelocations
 

Definition at line 39 of file peformat.h.

Referenced by PeFile::WriteSectionHdr().

uint32_t _PE_IMAGE_SECTION_HEADER::SizeOfRawData
 

Definition at line 37 of file peformat.h.

Referenced by PeSection::operator=(), RVAFileTranslator::RVAFileTranslator(), and PeFile::WriteSectionHdr().

uint32_t _PE_IMAGE_SECTION_HEADER::VirtualAddress
 

Definition at line 36 of file peformat.h.

Referenced by PeSection::operator=(), RVAFileTranslator::RVAFileTranslator(), and PeFile::WriteSectionHdr().

uint32_t _PE_IMAGE_SECTION_HEADER::VirtualSize
 

Definition at line 34 of file peformat.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 13 22:20:36 2003 for perdr by doxygen1.2.15