Rizin
unix-like reverse engineering framework and cli tools
Elf64_Ehdr Struct Reference

#include <glibc_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 86 of file glibc_elf.h.

Member Data Documentation

◆ e_ehsize

Elf64_Half Elf64_Ehdr::e_ehsize

Definition at line 96 of file glibc_elf.h.

◆ e_entry

Elf64_Addr Elf64_Ehdr::e_entry

Definition at line 92 of file glibc_elf.h.

◆ e_flags

Elf64_Word Elf64_Ehdr::e_flags

Definition at line 95 of file glibc_elf.h.

◆ e_ident

unsigned char Elf64_Ehdr::e_ident

Definition at line 88 of file glibc_elf.h.

◆ e_machine

Elf64_Half Elf64_Ehdr::e_machine

Definition at line 90 of file glibc_elf.h.

◆ e_phentsize

Elf64_Half Elf64_Ehdr::e_phentsize

Definition at line 97 of file glibc_elf.h.

◆ e_phnum

Elf64_Half Elf64_Ehdr::e_phnum

Definition at line 98 of file glibc_elf.h.

◆ e_phoff

Elf64_Off Elf64_Ehdr::e_phoff

Definition at line 93 of file glibc_elf.h.

◆ e_shentsize

Elf64_Half Elf64_Ehdr::e_shentsize

Definition at line 99 of file glibc_elf.h.

◆ e_shnum

Elf64_Half Elf64_Ehdr::e_shnum

Definition at line 100 of file glibc_elf.h.

◆ e_shoff

Elf64_Off Elf64_Ehdr::e_shoff

Definition at line 94 of file glibc_elf.h.

◆ e_shstrndx

Elf64_Half Elf64_Ehdr::e_shstrndx

Definition at line 101 of file glibc_elf.h.

◆ e_type

Elf64_Half Elf64_Ehdr::e_type

Definition at line 89 of file glibc_elf.h.

◆ e_version

Elf64_Word Elf64_Ehdr::e_version

Definition at line 91 of file glibc_elf.h.


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