Searched defs:Elf32_Shdr (Results 1 – 6 of 6) sorted by relevance
59 struct Elf32_Shdr { struct60 Elf32_Word sh_name;61 Elf32_Word sh_type;62 Elf32_Word sh_flags;63 Elf32_Addr sh_addr;64 Elf32_Off sh_offset;65 Elf32_Word sh_size;66 Elf32_Word sh_link;67 Elf32_Word sh_info;68 Elf32_Word sh_addralign;[all …]
1077 struct Elf32_Shdr { struct1078 Elf32_Word sh_name; // Section name (index into string table)1079 Elf32_Word sh_type; // Section type (SHT_*)1080 Elf32_Word sh_flags; // Section flags (SHF_*)1081 Elf32_Addr sh_addr; // Address where section is to be loaded1082 Elf32_Off sh_offset; // File offset of section data, in bytes1083 Elf32_Word sh_size; // Size of section, in bytes1084 Elf32_Word sh_link; // Section type-specific header table index link1085 Elf32_Word sh_info; // Section type-specific extra information1086 Elf32_Word sh_addralign; // Section address alignment[all …]
116 Elf32_Shdr; typedef
1114 } Elf32_Shdr; typedef
288 } Elf32_Shdr; typedef
312 } Elf32_Shdr; typedef