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

Elf32_Word

Syntax

typedef uint32_t Elf32_Word;

References

LocationReferrerScopeText
replacements.h:233
typedef uint32_t Elf32_Word;
replacements.h:242Elf32_Ehdr::e_versionElf32_Ehdr
Elf32_Word e_version; /* Object file version */
replacements.h:246Elf32_Ehdr::e_flagsElf32_Ehdr
Elf32_Word e_flags; /* Processor-specific flags */
replacements.h:256Elf32_Shdr::sh_nameElf32_Shdr
Elf32_Word sh_name; /* Section name (index into the
replacements.h:258Elf32_Shdr::sh_typeElf32_Shdr
Elf32_Word sh_type; /* Section type. */
replacements.h:259Elf32_Shdr::sh_flagsElf32_Shdr
Elf32_Word sh_flags; /* Section flags. */
replacements.h:263Elf32_Shdr::sh_linkElf32_Shdr
Elf32_Word sh_link; /* Index of a related section. */
replacements.h:264Elf32_Shdr::sh_infoElf32_Shdr
Elf32_Word sh_info; /* Depends on section type. */
replacements.h:270Elf32_Sym::st_nameElf32_Sym
Elf32_Word st_name; /* String table index of name. */
replacements.h:290Elf32_Phdr::p_typeElf32_Phdr
Elf32_Word p_type; /* Segment type */
replacements.h:296Elf32_Phdr::p_flagsElf32_Phdr
Elf32_Word p_flags; /* Segment flags */