Home
last modified time | relevance | path

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

/art/runtime/
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_addralign; // Section address alignment
[all …]
Delf_utils.h78 static inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) { in IsDynamicSectionPointer()