ReactOS 0.4.15-dev-7953-g1f49173
Elf64_Ehdr Struct Reference

#include <elf64.h>

Public Attributes

unsigned char e_ident [EI_NIDENT]
 
Elf64_Quarter e_type
 
Elf64_Quarter e_machine
 
Elf64_Half e_version
 
Elf64_Addr e_entry
 
Elf64_Off e_phoff
 
Elf64_Off e_shoff
 
Elf64_Half e_flags
 
Elf64_Quarter e_ehsize
 
Elf64_Quarter e_phentsize
 
Elf64_Quarter e_phnum
 
Elf64_Quarter e_shentsize
 
Elf64_Quarter e_shnum
 
Elf64_Quarter e_shstrndx
 

Detailed Description

Definition at line 61 of file elf64.h.

Member Data Documentation

◆ e_ehsize

Elf64_Quarter Elf64_Ehdr::e_ehsize

Definition at line 70 of file elf64.h.

◆ e_entry

Elf64_Addr Elf64_Ehdr::e_entry

Definition at line 66 of file elf64.h.

◆ e_flags

Elf64_Half Elf64_Ehdr::e_flags

Definition at line 69 of file elf64.h.

◆ e_ident

unsigned char Elf64_Ehdr::e_ident[EI_NIDENT]

Definition at line 62 of file elf64.h.

◆ e_machine

Elf64_Quarter Elf64_Ehdr::e_machine

Definition at line 64 of file elf64.h.

◆ e_phentsize

Elf64_Quarter Elf64_Ehdr::e_phentsize

Definition at line 71 of file elf64.h.

◆ e_phnum

Elf64_Quarter Elf64_Ehdr::e_phnum

Definition at line 72 of file elf64.h.

◆ e_phoff

Elf64_Off Elf64_Ehdr::e_phoff

Definition at line 67 of file elf64.h.

◆ e_shentsize

Elf64_Quarter Elf64_Ehdr::e_shentsize

Definition at line 73 of file elf64.h.

◆ e_shnum

Elf64_Quarter Elf64_Ehdr::e_shnum

Definition at line 74 of file elf64.h.

◆ e_shoff

Elf64_Off Elf64_Ehdr::e_shoff

Definition at line 68 of file elf64.h.

◆ e_shstrndx

Elf64_Quarter Elf64_Ehdr::e_shstrndx

Definition at line 75 of file elf64.h.

◆ e_type

Elf64_Quarter Elf64_Ehdr::e_type

Definition at line 63 of file elf64.h.

◆ e_version

Elf64_Half Elf64_Ehdr::e_version

Definition at line 65 of file elf64.h.


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