Searched defs:Elf_Shdr_Base (Results 1 – 1 of 1) sorted by relevance
96 struct Elf_Shdr_Base<target_endianness, false> { struct99 Elf_Word sh_type; // Section type (SHT_*)100 Elf_Word sh_flags; // Section flags (SHF_*)101 Elf_Addr sh_addr; // Address where section is to be loaded102 Elf_Off sh_offset; // File offset of section data, in bytes103 Elf_Word sh_size; // Size of section, in bytes104 Elf_Word sh_link; // Section type-specific header table index link105 Elf_Word sh_info; // Section type-specific extra information106 Elf_Word sh_addralign;// Section address alignment107 Elf_Word sh_entsize; // Size of records contained within the section[all …]