OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Elf64_Ehdr Struct Reference

#include <elf.h>

Collaboration diagram for Elf64_Ehdr:
Collaboration graph

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 147 of file elf.h.

Member Data Documentation

Elf64_Half Elf64_Ehdr::e_ehsize

Definition at line 157 of file elf.h.

Elf64_Addr Elf64_Ehdr::e_entry

Definition at line 153 of file elf.h.

Elf64_Word Elf64_Ehdr::e_flags

Definition at line 156 of file elf.h.

Referenced by Create_Elf_Header().

unsigned char Elf64_Ehdr::e_ident[EI_NIDENT]

Definition at line 149 of file elf.h.

Referenced by check_elf_header(), Create_Elf_Header(), and get_section().

Elf64_Half Elf64_Ehdr::e_machine

Definition at line 151 of file elf.h.

Referenced by Create_Elf_Header().

Elf64_Half Elf64_Ehdr::e_phentsize

Definition at line 158 of file elf.h.

Elf64_Half Elf64_Ehdr::e_phnum

Definition at line 159 of file elf.h.

Elf64_Off Elf64_Ehdr::e_phoff

Definition at line 154 of file elf.h.

Elf64_Half Elf64_Ehdr::e_shentsize

Definition at line 160 of file elf.h.

Elf64_Half Elf64_Ehdr::e_shnum

Definition at line 161 of file elf.h.

Referenced by get_section().

Elf64_Off Elf64_Ehdr::e_shoff

Definition at line 155 of file elf.h.

Referenced by get_section().

Elf64_Half Elf64_Ehdr::e_shstrndx

Definition at line 162 of file elf.h.

Referenced by Create_Elf_Header().

Elf64_Half Elf64_Ehdr::e_type

Definition at line 150 of file elf.h.

Referenced by Create_Elf_Header().

Elf64_Word Elf64_Ehdr::e_version

Definition at line 152 of file elf.h.


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