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

Elf32_Half

Syntax

typedef uint16_t Elf32_Half;

References

LocationReferrerScopeText
replacements.h:231
typedef uint16_t Elf32_Half;
replacements.h:240Elf32_Ehdr::e_typeElf32_Ehdr
Elf32_Half e_type; /* Object file type */
replacements.h:241Elf32_Ehdr::e_machineElf32_Ehdr
Elf32_Half e_machine; /* Architecture */
replacements.h:247Elf32_Ehdr::e_ehsizeElf32_Ehdr
Elf32_Half e_ehsize; /* ELF header size in bytes */
replacements.h:248Elf32_Ehdr::e_phentsizeElf32_Ehdr
Elf32_Half e_phentsize; /* Program header table entry size */
replacements.h:249Elf32_Ehdr::e_phnumElf32_Ehdr
Elf32_Half e_phnum; /* Program header table entry count */
replacements.h:250Elf32_Ehdr::e_shentsizeElf32_Ehdr
Elf32_Half e_shentsize; /* Section header table entry size */
replacements.h:251Elf32_Ehdr::e_shnumElf32_Ehdr
Elf32_Half e_shnum; /* Section header table entry count */
replacements.h:252Elf32_Ehdr::e_shstrndxElf32_Ehdr
Elf32_Half e_shstrndx; /* Section header string table index */
replacements.h:275Elf32_Sym::st_shndxElf32_Sym
Elf32_Half st_shndx; /* Section index of symbol. */