Home
last modified time | relevance | path

Searched refs:Elf32_Half (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
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
1400 Elf32_Half st_shndx; // Which section (header table index) it's defined in
[all …]