Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Delf64.h41 typedef uint16_t Elf64_Half; typedef
68 Elf64_Half e_type; /* File type. */
69 Elf64_Half e_machine; /* Machine architecture. */
75 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */
76 Elf64_Half e_phentsize; /* Size of program header entry. */
77 Elf64_Half e_phnum; /* Number of program header entries. */
78 Elf64_Half e_shentsize; /* Size of section header entry. */
79 Elf64_Half e_shnum; /* Number of section header entries. */
80 Elf64_Half e_shstrndx; /* Section name strings section. */
169 Elf64_Half m_repeat; /* repeat count */
[all …]
H A Delf.h41 typedef Elf64_Half Elf_Half;