Searched defs:Elf32_Shdr (Results 1 – 11 of 11) sorted by relevance
130 struct Elf32_Shdr struct132 Elf32_Word sh_name; //!< The section's name. Index into the section header string table section.133 Elf32_Word sh_type; //!< Section type, describing the contents and semantics.134 Elf32_Word sh_flags; //!< Section flags describing various attributes.135 Elf32_Addr sh_addr; //!< The address at which the section will appear in the memory image, or 0.136 Elf32_Off sh_offset; //!< Offset from beginning of the file to the first byte in the section.137 Elf32_Word sh_size; //!< The section's size in bytes.138 Elf32_Word sh_link; //!< Section header table link index. Interpretation depends on section type.139 Elf32_Word sh_info; //!< Extra information about the section. Depends on section type.140 Elf32_Word sh_addralign; //!< Address alignment constraint. Values are 0 and positive powers of 2.[all …]
304 struct Elf32_Shdr struct306 Elf32_Word sh_name;307 Elf32_Word sh_type;308 Elf32_Word sh_flags;309 Elf32_Addr sh_addr;310 Elf32_Off sh_offset;311 Elf32_Word sh_size;312 Elf32_Word sh_link;313 Elf32_Word sh_info;314 Elf32_Word sh_addralign;[all …]
860 struct Elf32_Shdr { struct861 Elf32_Word sh_name; // Section name (index into string table)862 Elf32_Word sh_type; // Section type (SHT_*)863 Elf32_Word sh_flags; // Section flags (SHF_*)864 Elf32_Addr sh_addr; // Address where section is to be loaded865 Elf32_Off sh_offset; // File offset of section data, in bytes866 Elf32_Word sh_size; // Size of section, in bytes867 Elf32_Word sh_link; // Section type-specific header table index link868 Elf32_Word sh_info; // Section type-specific extra information869 Elf32_Word sh_addralign; // Section address alignment[all …]
230 struct Elf32_Shdr struct232 Elf32_Word sh_name;233 Elf32_Word sh_type;234 Elf32_Word sh_flags;235 Elf32_Addr sh_addr;236 Elf32_Off sh_offset;237 Elf32_Word sh_size;238 Elf32_Word sh_link;239 Elf32_Word sh_info;240 Elf32_Word sh_addralign;[all …]
219 } Elf32_Shdr; typedef
324 } Elf32_Shdr; typedef
341 } Elf32_Shdr; typedef
394 } Elf32_Shdr; typedef
396 } Elf32_Shdr; typedef
487 } Elf32_Shdr; typedef