Searched defs:Elf32_Shdr (Results 1 – 7 of 7) 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 …]
1219 struct Elf32_Shdr { struct1220 Elf32_Word sh_name; // Section name (index into string table)1221 Elf32_Word sh_type; // Section type (SHT_*)1222 Elf32_Word sh_flags; // Section flags (SHF_*)1223 Elf32_Addr sh_addr; // Address where section is to be loaded1224 Elf32_Off sh_offset; // File offset of section data, in bytes1225 Elf32_Word sh_size; // Size of section, in bytes1226 Elf32_Word sh_link; // Section type-specific header table index link1227 Elf32_Word sh_info; // Section type-specific extra information1228 Elf32_Word sh_addralign; // Section address alignment[all …]
310 } Elf32_Shdr; typedef
341 } Elf32_Shdr; typedef
1362 } Elf32_Shdr; typedef
285 } Elf32_Shdr; typedef
312 } Elf32_Shdr; typedef