Searched refs:Elf32_Half (Results 1 – 3 of 3) sorted by relevance
60 Elf32_Half m_repeat;61 Elf32_Half m_stride;74 Elf32_Half si_boundto;75 Elf32_Half si_flags;85 Elf32_Half vd_version;86 Elf32_Half vd_flags;87 Elf32_Half vd_ndx;88 Elf32_Half vd_cnt;118 Elf32_Half vn_cnt;126 Elf32_Half vna_flags;[all …]
43 typedef __uint16_t Elf32_Half; /* Unsigned medium integer */ typedef121 Elf32_Half e_type; /* object file type */122 Elf32_Half e_machine; /* machine */128 Elf32_Half e_ehsize; /* ELF header size */129 Elf32_Half e_phentsize; /* program header entry size */130 Elf32_Half e_phnum; /* number of program header entries */131 Elf32_Half e_shentsize; /* section header entry size */132 Elf32_Half e_shnum; /* number of section header entries */133 Elf32_Half e_shstrndx; /* section header table's "section332 Elf32_Half st_shndx; /* section header index */[all …]
31 using Elf32_Half = uint16_t; variable63 Elf32_Half e_type; // Type of file (see ET_* below)64 Elf32_Half e_machine; // Required architecture for this file (see EM_*)70 Elf32_Half e_ehsize; // Size of ELF header, in bytes71 Elf32_Half e_phentsize; // Size of an entry in the program header table72 Elf32_Half e_phnum; // Number of entries in the program header table73 Elf32_Half e_shentsize; // Size of an entry in the section header table74 Elf32_Half e_shnum; // Number of entries in the section header table75 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table1195 Elf32_Half st_shndx; // Which section (header table index) it's defined in