Searched defs:Elf32_Shdr (Results 1 – 4 of 4) sorted by relevance
541 struct Elf32_Shdr { struct542 Elf32_Word sh_name; // Section name (index into string table)543 Elf32_Word sh_type; // Section type (SHT_*)544 Elf32_Word sh_flags; // Section flags (SHF_*)545 Elf32_Addr sh_addr; // Address where section is to be loaded546 Elf32_Off sh_offset; // File offset of section data, in bytes547 Elf32_Word sh_size; // Size of section, in bytes548 Elf32_Word sh_link; // Section type-specific header table index link549 Elf32_Word sh_info; // Section type-specific extra information550 Elf32_Word sh_addralign; // Section address alignment[all …]
310 } Elf32_Shdr; typedef
284 } Elf32_Shdr; typedef
312 } Elf32_Shdr; typedef