UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
elfhdr Struct Reference

#include <elf.h>

Data Fields

uint magic
 
uchar elf [12]
 
ushort type
 
ushort machine
 
uint version
 
uint entry
 
uint phoff
 
uint shoff
 
uint flags
 
ushort ehsize
 
ushort phentsize
 
ushort phnum
 
ushort shentsize
 
ushort shnum
 
ushort shstrndx
 

Detailed Description

Definition at line 6 of file elf.h.

Field Documentation

ushort elfhdr::ehsize

Definition at line 16 of file elf.h.

uchar elfhdr::elf[12]

Definition at line 8 of file elf.h.

uint elfhdr::entry

Definition at line 12 of file elf.h.

uint elfhdr::flags

Definition at line 15 of file elf.h.

ushort elfhdr::machine

Definition at line 10 of file elf.h.

uint elfhdr::magic

Definition at line 7 of file elf.h.

ushort elfhdr::phentsize

Definition at line 17 of file elf.h.

ushort elfhdr::phnum

Definition at line 18 of file elf.h.

uint elfhdr::phoff

Definition at line 13 of file elf.h.

ushort elfhdr::shentsize

Definition at line 19 of file elf.h.

ushort elfhdr::shnum

Definition at line 20 of file elf.h.

uint elfhdr::shoff

Definition at line 14 of file elf.h.

ushort elfhdr::shstrndx

Definition at line 21 of file elf.h.

ushort elfhdr::type

Definition at line 9 of file elf.h.

uint elfhdr::version

Definition at line 11 of file elf.h.


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