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

/art/runtime/
H A Delf.h33 typedef uint32_t Elf32_Word; typedef
73 Elf32_Word e_version; // Must be equal to 1
77 Elf32_Word e_flags; // Processor-specific flags
1205 Elf32_Word sh_name; // Section name (index into string table)
1206 Elf32_Word sh_type; // Section type (SHT_*)
1207 Elf32_Word sh_flags; // Section flags (SHF_*)
1210 Elf32_Word sh_size; // Size of section, in bytes
1211 Elf32_Word sh_link; // Section type-specific header table index link
1212 Elf32_Word sh_info; // Section type-specific extra information
1213 Elf32_Word sh_addralig
[all...]

Completed in 84 milliseconds