All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
Elf64_Ehdr Struct Reference

#include <elf.h>

Public Attributes

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

Detailed Description

Definition at line 87 of file elf.h.

Member Data Documentation

Elf64_Half Elf64_Ehdr::e_ehsize

Definition at line 97 of file elf.h.

Elf64_Addr Elf64_Ehdr::e_entry

Definition at line 93 of file elf.h.

Elf64_Word Elf64_Ehdr::e_flags

Definition at line 96 of file elf.h.

unsigned char Elf64_Ehdr::e_ident[EI_NIDENT]

Definition at line 89 of file elf.h.

Elf64_Half Elf64_Ehdr::e_machine

Definition at line 91 of file elf.h.

Elf64_Half Elf64_Ehdr::e_phentsize

Definition at line 98 of file elf.h.

Elf64_Half Elf64_Ehdr::e_phnum

Definition at line 99 of file elf.h.

Elf64_Off Elf64_Ehdr::e_phoff

Definition at line 94 of file elf.h.

Elf64_Half Elf64_Ehdr::e_shentsize

Definition at line 100 of file elf.h.

Elf64_Half Elf64_Ehdr::e_shnum

Definition at line 101 of file elf.h.

Elf64_Off Elf64_Ehdr::e_shoff

Definition at line 95 of file elf.h.

Elf64_Half Elf64_Ehdr::e_shstrndx

Definition at line 102 of file elf.h.

Elf64_Half Elf64_Ehdr::e_type

Definition at line 90 of file elf.h.

Elf64_Word Elf64_Ehdr::e_version

Definition at line 92 of file elf.h.


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