Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Delf32.h41 typedef uint16_t Elf32_Half; typedef
59 Elf32_Half e_type; /* File type. */
60 Elf32_Half e_machine; /* Machine architecture. */
66 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
67 Elf32_Half e_phentsize; /* Size of program header entry. */
68 Elf32_Half e_phnum; /* Number of program header entries. */
69 Elf32_Half e_shentsize; /* Size of section header entry. */
70 Elf32_Half e_shnum; /* Number of section header entries. */
71 Elf32_Half e_shstrndx; /* Section name strings section. */
155 Elf32_Half m_repeat; /* repeat count */
[all …]
H A Delf.h13 typedef Elf32_Half Elf_Half;