LLVM: llvm::COFF::DOSHeader Struct Reference (original) (raw)

The DOS compatible header at the front of all PEs. More...

#include "[llvm/BinaryFormat/COFF.h](BinaryFormat%5F2COFF%5F8h%5Fsource.html)"

Public Attributes
uint16_t Magic
uint16_t UsedBytesInTheLastPage
uint16_t FileSizeInPages
uint16_t NumberOfRelocationItems
uint16_t HeaderSizeInParagraphs
uint16_t MinimumExtraParagraphs
uint16_t MaximumExtraParagraphs
uint16_t InitialRelativeSS
uint16_t InitialSP
uint16_t Checksum
uint16_t InitialIP
uint16_t InitialRelativeCS
uint16_t AddressOfRelocationTable
uint16_t OverlayNumber
uint16_t Reserved [4]
uint16_t OEMid
uint16_t OEMinfo
uint16_t Reserved2 [10]
uint32_t AddressOfNewExeHeader

The DOS compatible header at the front of all PEs.

Definition at line 566 of file COFF.h.

AddressOfNewExeHeader

uint32_t llvm::COFF::DOSHeader::AddressOfNewExeHeader

Definition at line 585 of file COFF.h.

AddressOfRelocationTable

uint16_t llvm::COFF::DOSHeader::AddressOfRelocationTable

Definition at line 579 of file COFF.h.

Checksum

FileSizeInPages

uint16_t llvm::COFF::DOSHeader::FileSizeInPages

Definition at line 569 of file COFF.h.

HeaderSizeInParagraphs

uint16_t llvm::COFF::DOSHeader::HeaderSizeInParagraphs

Definition at line 571 of file COFF.h.

InitialIP

InitialRelativeCS

uint16_t llvm::COFF::DOSHeader::InitialRelativeCS

Definition at line 578 of file COFF.h.

InitialRelativeSS

uint16_t llvm::COFF::DOSHeader::InitialRelativeSS

Definition at line 574 of file COFF.h.

InitialSP

Magic

MaximumExtraParagraphs

uint16_t llvm::COFF::DOSHeader::MaximumExtraParagraphs

Definition at line 573 of file COFF.h.

MinimumExtraParagraphs

uint16_t llvm::COFF::DOSHeader::MinimumExtraParagraphs

Definition at line 572 of file COFF.h.

NumberOfRelocationItems

uint16_t llvm::COFF::DOSHeader::NumberOfRelocationItems

Definition at line 570 of file COFF.h.

OEMid

OEMinfo

OverlayNumber

Reserved

Reserved2

UsedBytesInTheLastPage

uint16_t llvm::COFF::DOSHeader::UsedBytesInTheLastPage

Definition at line 568 of file COFF.h.


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