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

/gem5/ext/libelf/
H A Delf64.h39 typedef uint16_t Elf64_Half; typedef
66 Elf64_Half e_type; /* File type. */
67 Elf64_Half e_machine; /* Machine architecture. */
73 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */
74 Elf64_Half e_phentsize; /* Size of program header entry. */
75 Elf64_Half e_phnum; /* Number of program header entries. */
76 Elf64_Half e_shentsize; /* Size of section header entry. */
77 Elf64_Half e_shnum; /* Number of section header entries. */
78 Elf64_Half e_shstrndx; /* Section name strings section. */
167 Elf64_Half m_repea
[all...]
H A Dgelf.h40 typedef Elf64_Half GElf_Half; /* Half words (16 bit) */

Completed in 6 milliseconds