Searched refs:Elf32_Half (Results 1 – 2 of 2) sorted by relevance
9 typedef uint16_t Elf32_Half; typedef101 Elf32_Half e_type;102 Elf32_Half e_machine;108 Elf32_Half e_ehsize;109 Elf32_Half e_phentsize;110 Elf32_Half e_phnum;111 Elf32_Half e_shentsize;112 Elf32_Half e_shnum;113 Elf32_Half e_shstrndx;286 Elf32_Half st_shndx;
27 typedef uint16_t Elf32_Half; typedef55 typedef Elf32_Half Elf32_Versym;66 Elf32_Half e_type; /* Object file type */67 Elf32_Half e_machine; /* Architecture */73 Elf32_Half e_ehsize; /* ELF header size in bytes */74 Elf32_Half e_phentsize; /* Program header table entry size */75 Elf32_Half e_phnum; /* Program header table entry count */76 Elf32_Half e_shentsize; /* Section header table entry size */77 Elf32_Half e_shnum; /* Section header table entry count */78 Elf32_Half e_shstrndx; /* Section header string table index */[all …]