iPXE
Data Fields
COFF_opthdr Struct Reference

#include <coff.h>

Data Fields

unsigned short magic
 
unsigned short vstamp
 
unsigned long tsize
 
unsigned long dsize
 
unsigned long bsize
 
unsigned long entry
 
unsigned long text_start
 
unsigned long data_start
 

Detailed Description

Definition at line 42 of file coff.h.

Field Documentation

◆ magic

unsigned short COFF_opthdr::magic

Definition at line 44 of file coff.h.

◆ vstamp

unsigned short COFF_opthdr::vstamp

Definition at line 45 of file coff.h.

◆ tsize

unsigned long COFF_opthdr::tsize

Definition at line 46 of file coff.h.

◆ dsize

unsigned long COFF_opthdr::dsize

Definition at line 47 of file coff.h.

◆ bsize

unsigned long COFF_opthdr::bsize

Definition at line 48 of file coff.h.

◆ entry

unsigned long COFF_opthdr::entry

Definition at line 49 of file coff.h.

◆ text_start

unsigned long COFF_opthdr::text_start

Definition at line 50 of file coff.h.

◆ data_start

unsigned long COFF_opthdr::data_start

Definition at line 51 of file coff.h.


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