Home
last modified time | relevance | path

Searched defs:Elf32_Shdr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Delf.h1204 struct Elf32_Shdr { struct
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_*)
1208 Elf32_Addr sh_addr; // Address where section is to be loaded
1209 Elf32_Off sh_offset; // File offset of section data, in bytes
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 …]