Lines Matching defs:Elf32_Shdr
130 struct Elf32_Shdr struct
132 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.
141 …tsize; //!< Size in bytes of section entries, or 0 if the section does not have fixed-size entries.