Searched defs:Elf32_Shdr (Results 1 – 6 of 6) sorted by relevance
769 struct Elf32_Shdr { struct770 Elf32_Word sh_name; // Section name (index into string table)771 Elf32_Word sh_type; // Section type (SHT_*)772 Elf32_Word sh_flags; // Section flags (SHF_*)773 Elf32_Addr sh_addr; // Address where section is to be loaded774 Elf32_Off sh_offset; // File offset of section data, in bytes775 Elf32_Word sh_size; // Size of section, in bytes776 Elf32_Word sh_link; // Section type-specific header table index link777 Elf32_Word sh_info; // Section type-specific extra information778 Elf32_Word sh_addralign; // Section address alignment[all …]
116 Elf32_Shdr; typedef
280 } Elf32_Shdr; typedef
1114 } Elf32_Shdr; typedef
288 } Elf32_Shdr; typedef
312 } Elf32_Shdr; typedef