Lines Matching refs:Elf64_Half
41 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 */
170 Elf64_Half m_stride; /* stride info */
196 Elf64_Half st_shndx; /* Section index of symbol. */
213 Elf64_Half vd_version;
214 Elf64_Half vd_flags;
215 Elf64_Half vd_ndx;
216 Elf64_Half vd_cnt;
228 Elf64_Half vn_version;
229 Elf64_Half vn_cnt;
237 Elf64_Half vna_flags;
238 Elf64_Half vna_other;
243 typedef Elf64_Half Elf64_Versym;
246 Elf64_Half si_boundto; /* direct bindings - symbol bound to */
247 Elf64_Half si_flags; /* per symbol flags */