Elf32_Ehdr Struct Reference

Back to the index.

Public Attributes | List of all members
Elf32_Ehdr Struct Reference

#include <exec_elf.h>

Public Attributes

unsigned char e_ident [ELF_NIDENT]
 
Elf32_Half e_type
 
Elf32_Half e_machine
 
Elf32_Word e_version
 
Elf32_Addr e_entry
 
Elf32_Off e_phoff
 
Elf32_Off e_shoff
 
Elf32_Word e_flags
 
Elf32_Half e_ehsize
 
Elf32_Half e_phentsize
 
Elf32_Half e_phnum
 
Elf32_Half e_shentsize
 
Elf32_Half e_shnum
 
Elf32_Half e_shstrndx
 

Detailed Description

Definition at line 92 of file exec_elf.h.

Member Data Documentation

◆ e_ehsize

Elf32_Half Elf32_Ehdr::e_ehsize

Definition at line 101 of file exec_elf.h.

◆ e_entry

Elf32_Addr Elf32_Ehdr::e_entry

Definition at line 97 of file exec_elf.h.

◆ e_flags

Elf32_Word Elf32_Ehdr::e_flags

Definition at line 100 of file exec_elf.h.

◆ e_ident

unsigned char Elf32_Ehdr::e_ident[ELF_NIDENT]

Definition at line 93 of file exec_elf.h.

Referenced by FileLoader_ELF::DetectFileType(), and FileLoader_ELF::LoadIntoComponent().

◆ e_machine

Elf32_Half Elf32_Ehdr::e_machine

Definition at line 95 of file exec_elf.h.

◆ e_phentsize

Elf32_Half Elf32_Ehdr::e_phentsize

Definition at line 102 of file exec_elf.h.

◆ e_phnum

Elf32_Half Elf32_Ehdr::e_phnum

Definition at line 103 of file exec_elf.h.

◆ e_phoff

Elf32_Off Elf32_Ehdr::e_phoff

Definition at line 98 of file exec_elf.h.

◆ e_shentsize

Elf32_Half Elf32_Ehdr::e_shentsize

Definition at line 104 of file exec_elf.h.

◆ e_shnum

Elf32_Half Elf32_Ehdr::e_shnum

Definition at line 105 of file exec_elf.h.

◆ e_shoff

Elf32_Off Elf32_Ehdr::e_shoff

Definition at line 99 of file exec_elf.h.

◆ e_shstrndx

Elf32_Half Elf32_Ehdr::e_shstrndx

Definition at line 106 of file exec_elf.h.

◆ e_type

Elf32_Half Elf32_Ehdr::e_type

Definition at line 94 of file exec_elf.h.

◆ e_version

Elf32_Word Elf32_Ehdr::e_version

Definition at line 96 of file exec_elf.h.


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

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17