Searched defs:Elf32_Half (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Delf.h32 typedef uint16_t Elf32_Half; typedef
71 Elf32_Half e_type; // Type of file (see ET_* below)
72 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
78 Elf32_Half e_ehsize; // Size of ELF header, in bytes
79 Elf32_Half e_phentsize; // Size of an entry in the program header table
80 Elf32_Half e_phnum; // Number of entries in the program header table
81 Elf32_Half e_shentsize; // Size of an entry in the section header table
82 Elf32_Half e_shnum; // Number of entries in the section header table
83 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
1399 Elf32_Half st_shnd
[all...]

Completed in 55 milliseconds