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

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

Public Attributes
uint16_t Machine
int32_t NumberOfSections
uint32_t TimeDateStamp
uint32_t PointerToSymbolTable
uint32_t NumberOfSymbols
uint16_t SizeOfOptionalHeader
uint16_t Characteristics

Definition at line 65 of file COFF.h.

Characteristics

uint16_t llvm::COFF::header::Characteristics

Definition at line 72 of file COFF.h.

Machine

NumberOfSections

int32_t llvm::COFF::header::NumberOfSections

Definition at line 67 of file COFF.h.

NumberOfSymbols

uint32_t llvm::COFF::header::NumberOfSymbols

Definition at line 70 of file COFF.h.

PointerToSymbolTable

uint32_t llvm::COFF::header::PointerToSymbolTable

Definition at line 69 of file COFF.h.

SizeOfOptionalHeader

uint16_t llvm::COFF::header::SizeOfOptionalHeader

Definition at line 71 of file COFF.h.

TimeDateStamp

uint32_t llvm::COFF::header::TimeDateStamp

Definition at line 68 of file COFF.h.


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