#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 |
Definition at line 147 of file elf.h.
Definition at line 157 of file elf.h.
Referenced by make_elfheader().
Definition at line 153 of file elf.h.
Referenced by make_elfheader().
Definition at line 156 of file elf.h.
Referenced by Create_Elf_Header(), and make_elfheader().
| unsigned char Elf64_Ehdr::e_ident[EI_NIDENT] |
Definition at line 149 of file elf.h.
Referenced by check_elf_header(), Create_Elf_Header(), get_section(), and make_elfheader().
Definition at line 151 of file elf.h.
Referenced by Create_Elf_Header(), and make_elfheader().
Definition at line 158 of file elf.h.
Referenced by make_elfheader().
Definition at line 159 of file elf.h.
Referenced by make_elfheader().
Definition at line 154 of file elf.h.
Referenced by make_elfheader().
Definition at line 160 of file elf.h.
Referenced by make_elfheader().
Definition at line 161 of file elf.h.
Referenced by find_section(), get_section(), main(), make_elfheader(), and make_sectheader().
Definition at line 155 of file elf.h.
Referenced by get_section(), make_elfheader(), and make_sectheader().
Definition at line 162 of file elf.h.
Referenced by Create_Elf_Header(), find_section(), main(), and make_elfheader().
Definition at line 150 of file elf.h.
Referenced by Create_Elf_Header(), and make_elfheader().
Definition at line 152 of file elf.h.
Referenced by make_elfheader().
1.7.1