HomeSort by relevance Sort by last modified time
    Searched defs:Elf64_Half (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
elftypes.h 58 typedef unsigned short Elf64_Half;
68 typedef unsigned short Elf64_Half;
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
elf.h 156 typedef uint16_t Elf64_Half;
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. */

Completed in 780 milliseconds