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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Delf.h156 typedef uint16_t Elf64_Half; typedef
184 Elf64_Half e_type; /* File type. */
185 Elf64_Half e_machine; /* Machine architecture. */
191 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */
192 Elf64_Half e_phentsize; /* Size of program header entry. */
193 Elf64_Half e_phnum; /* Number of program header entries. */
194 Elf64_Half e_shentsize; /* Size of section header entry. */
195 Elf64_Half e_shnum; /* Number of section header entries. */
196 Elf64_Half e_shstrndx; /* Section name strings section. */
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h29 typedef grub_uint16_t Elf64_Half; typedef
57 typedef Elf64_Half Elf64_Versym;
85 Elf64_Half e_type; /* Object file type */
86 Elf64_Half e_machine; /* Architecture */
92 Elf64_Half e_ehsize; /* ELF header size in bytes */
93 Elf64_Half e_phentsize; /* Program header table entry size */
94 Elf64_Half e_phnum; /* Program header table entry count */
95 Elf64_Half e_shentsize; /* Section header table entry size */
96 Elf64_Half e_shnum; /* Section header table entry count */
97 Elf64_Half e_shstrnd
[all...]

Completed in 26 milliseconds