Searched refs:Elf64_Word (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/libelf/
H A Delf64.h43 typedef uint32_t Elf64_Word; typedef
54 typedef Elf64_Word Elf64_Hashelt;
68 Elf64_Word e_version; /* ELF format version. */
72 Elf64_Word e_flags; /* Architecture-specific flags. */
86 Elf64_Word sh_name; /* Section name (index into the
88 Elf64_Word sh_type; /* Section type. */
93 Elf64_Word sh_link; /* Index of a related section. */
94 Elf64_Word sh_info; /* Depends on section type. */
104 Elf64_Word p_type; /* Entry type. */
105 Elf64_Word p_flag
[all...]
H A Dgelf.h44 typedef Elf64_Word GElf_Word; /* Unsigned words (32 bit) */

Completed in 6 milliseconds