LLVM: llvm::object::dos_header Struct Reference (original) (raw)

The DOS compatible header at the front of all PE/COFF executables. More...

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

Public Attributes
char Magic [2]
support::ulittle16_t UsedBytesInTheLastPage
support::ulittle16_t FileSizeInPages
support::ulittle16_t NumberOfRelocationItems
support::ulittle16_t HeaderSizeInParagraphs
support::ulittle16_t MinimumExtraParagraphs
support::ulittle16_t MaximumExtraParagraphs
support::ulittle16_t InitialRelativeSS
support::ulittle16_t InitialSP
support::ulittle16_t Checksum
support::ulittle16_t InitialIP
support::ulittle16_t InitialRelativeCS
support::ulittle16_t AddressOfRelocationTable
support::ulittle16_t OverlayNumber
support::ulittle16_t Reserved [4]
support::ulittle16_t OEMid
support::ulittle16_t OEMinfo
support::ulittle16_t Reserved2 [10]
support::ulittle32_t AddressOfNewExeHeader

The DOS compatible header at the front of all PE/COFF executables.

Definition at line 58 of file COFF.h.

AddressOfNewExeHeader

AddressOfRelocationTable

Checksum

FileSizeInPages

HeaderSizeInParagraphs

InitialIP

InitialRelativeCS

InitialRelativeSS

InitialSP

Magic

char llvm::object::dos_header::Magic[2]

MaximumExtraParagraphs

MinimumExtraParagraphs

NumberOfRelocationItems

OEMid

OEMinfo

OverlayNumber

Reserved

Reserved2

UsedBytesInTheLastPage


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