Public Attributes

Elf32_Ehdr Struct Reference

#include <elf.h>

List of all members.

Public Attributes

unsigned char e_ident [EI_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 129 of file elf.h.


Member Data Documentation

Definition at line 139 of file elf.h.

Referenced by make_elfheader().

Definition at line 135 of file elf.h.

Referenced by make_elfheader().

Definition at line 138 of file elf.h.

Referenced by Create_Elf_Header(), and make_elfheader().

unsigned char Elf32_Ehdr::e_ident[EI_NIDENT]

Definition at line 131 of file elf.h.

Referenced by Create_Elf_Header(), is_elf_file(), and make_elfheader().

Definition at line 133 of file elf.h.

Referenced by Create_Elf_Header(), and make_elfheader().

Definition at line 140 of file elf.h.

Referenced by make_elfheader().

Definition at line 141 of file elf.h.

Referenced by make_elfheader().

Definition at line 136 of file elf.h.

Referenced by make_elfheader().

Definition at line 142 of file elf.h.

Referenced by make_elfheader().

Definition at line 143 of file elf.h.

Referenced by get_section(), make_elfheader(), and make_sectheader().

Definition at line 137 of file elf.h.

Referenced by get_section(), make_elfheader(), and make_sectheader().

Definition at line 144 of file elf.h.

Referenced by Create_Elf_Header(), and make_elfheader().

Definition at line 132 of file elf.h.

Referenced by Create_Elf_Header(), is_elf_file(), and make_elfheader().

Definition at line 134 of file elf.h.

Referenced by make_elfheader().


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