Zephyr API 3.6.99
|
ELF Header(32-bit) More...
#include <elf.h>
Data Fields | |
unsigned char | e_ident [16] |
Magic string identifying ELF binary. | |
elf32_half | e_type |
Type of ELF. | |
elf32_half | e_machine |
Machine type. | |
elf32_word | e_version |
Object file version. | |
elf32_addr | e_entry |
Virtual address of entry. | |
elf32_off | e_phoff |
Program header table offset. | |
elf32_off | e_shoff |
Section header table offset. | |
elf32_word | e_flags |
Processor specific flags. | |
elf32_half | e_ehsize |
ELF header size. | |
elf32_half | e_phentsize |
Program header count. | |
elf32_half | e_phnum |
Program header count. | |
elf32_half | e_shentsize |
Section header size. | |
elf32_half | e_shnum |
Section header count. | |
elf32_half | e_shstrndx |
Section header containing section header string table. | |
ELF Header(32-bit)
elf32_half elf32_ehdr::e_ehsize |
ELF header size.
elf32_addr elf32_ehdr::e_entry |
Virtual address of entry.
elf32_word elf32_ehdr::e_flags |
Processor specific flags.
unsigned char elf32_ehdr::e_ident[16] |
Magic string identifying ELF binary.
elf32_half elf32_ehdr::e_machine |
Machine type.
elf32_half elf32_ehdr::e_phentsize |
Program header count.
elf32_half elf32_ehdr::e_phnum |
Program header count.
elf32_off elf32_ehdr::e_phoff |
Program header table offset.
elf32_half elf32_ehdr::e_shentsize |
Section header size.
elf32_half elf32_ehdr::e_shnum |
Section header count.
elf32_off elf32_ehdr::e_shoff |
Section header table offset.
elf32_half elf32_ehdr::e_shstrndx |
Section header containing section header string table.
elf32_half elf32_ehdr::e_type |
Type of ELF.
elf32_word elf32_ehdr::e_version |
Object file version.