Elf64_Half is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

Elf64_Half

Syntax

typedef uint16_t Elf64_Half;

References

LocationReferrerScopeText
replacements.h:307
typedef uint16_t Elf64_Half;
replacements.h:314Elf64_Ehdr::e_typeElf64_Ehdr
Elf64_Half e_type; /* Object file type */
replacements.h:315Elf64_Ehdr::e_machineElf64_Ehdr
Elf64_Half e_machine; /* Architecture */
replacements.h:321Elf64_Ehdr::e_ehsizeElf64_Ehdr
Elf64_Half e_ehsize; /* ELF header size in bytes */
replacements.h:322Elf64_Ehdr::e_phentsizeElf64_Ehdr
Elf64_Half e_phentsize; /* Program header table entry size */
replacements.h:323Elf64_Ehdr::e_phnumElf64_Ehdr
Elf64_Half e_phnum; /* Program header table entry count */
replacements.h:324Elf64_Ehdr::e_shentsizeElf64_Ehdr
Elf64_Half e_shentsize; /* Section header table entry size */
replacements.h:325Elf64_Ehdr::e_shnumElf64_Ehdr
Elf64_Half e_shnum; /* Section header table entry count */
replacements.h:326Elf64_Ehdr::e_shstrndxElf64_Ehdr
Elf64_Half e_shstrndx; /* Section header string table index */

Type Use