Lines Matching refs:Elf32_Half
39 typedef uint16_t Elf32_Half; typedef
57 Elf32_Half e_type; /* File type. */
58 Elf32_Half e_machine; /* Machine architecture. */
64 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
65 Elf32_Half e_phentsize; /* Size of program header entry. */
66 Elf32_Half e_phnum; /* Number of program header entries. */
67 Elf32_Half e_shentsize; /* Size of section header entry. */
68 Elf32_Half e_shnum; /* Number of section header entries. */
69 Elf32_Half e_shstrndx; /* Section name strings section. */
153 Elf32_Half m_repeat; /* repeat count */
154 Elf32_Half m_stride; /* stride info */
189 Elf32_Half st_shndx; /* Section index of symbol. */
205 Elf32_Half vd_version;
206 Elf32_Half vd_flags;
207 Elf32_Half vd_ndx;
208 Elf32_Half vd_cnt;
222 Elf32_Half vn_version;
223 Elf32_Half vn_cnt;
232 Elf32_Half vna_flags;
233 Elf32_Half vna_other;
238 typedef Elf32_Half Elf32_Versym;
241 Elf32_Half si_boundto; /* direct bindings - symbol bound to */
242 Elf32_Half si_flags; /* per symbol flags */