OpenOCD
Elf32_Ehdr
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
Elf32_Ehdr
Elf32_Ehdr struct
Syntax
Show:
Summary
Declaration
from
replacements.h:238
typedef
struct
{
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
;
}
Elf32_Ehdr
;
Fields
Field
Declared as
Elf32_Ehdr::e_ident
unsigned
char
[
EI_NIDENT
]
Elf32_Ehdr::e_type
Elf32_Half
Elf32_Ehdr::e_machine
Elf32_Half
Elf32_Ehdr::e_version
Elf32_Word
Elf32_Ehdr::e_entry
Elf32_Addr
Elf32_Ehdr::e_phoff
Elf32_Off
Elf32_Ehdr::e_shoff
Elf32_Off
Elf32_Ehdr::e_flags
Elf32_Word
Elf32_Ehdr::e_ehsize
Elf32_Half
Elf32_Ehdr::e_phentsize
Elf32_Half
Elf32_Ehdr::e_phnum
Elf32_Half
Elf32_Ehdr::e_shentsize
Elf32_Half
Elf32_Ehdr::e_shnum
Elf32_Half
Elf32_Ehdr::e_shstrndx
Elf32_Half
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out