LLVM 23.0.0git
llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > > Struct Template Reference

#include "llvm/Object/ELFTypes.h"

Inheritance diagram for llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >:
[legend]

Public Attributes

Elf_Word sh_name
Elf_Word sh_type
Elf_Xword sh_flags
Elf_Addr sh_addr
Elf_Off sh_offset
Elf_Xword sh_size
Elf_Word sh_link
Elf_Word sh_info
Elf_Xword sh_addralign
Elf_Xword sh_entsize

Detailed Description

template<endianness Endianness>
struct llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >

Definition at line 180 of file ELFTypes.h.

Member Data Documentation

◆ sh_addr

template<endianness Endianness>
Elf_Addr llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_addr

Definition at line 185 of file ELFTypes.h.

◆ sh_addralign

template<endianness Endianness>
Elf_Xword llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_addralign

Definition at line 190 of file ELFTypes.h.

◆ sh_entsize

template<endianness Endianness>
Elf_Xword llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_entsize

Definition at line 191 of file ELFTypes.h.

◆ sh_flags

template<endianness Endianness>
Elf_Xword llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_flags

Definition at line 184 of file ELFTypes.h.

◆ sh_info

template<endianness Endianness>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_info

Definition at line 189 of file ELFTypes.h.

◆ sh_link

template<endianness Endianness>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_link

Definition at line 188 of file ELFTypes.h.

◆ sh_name

template<endianness Endianness>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_name

Definition at line 182 of file ELFTypes.h.

◆ sh_offset

template<endianness Endianness>
Elf_Off llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_offset

Definition at line 186 of file ELFTypes.h.

◆ sh_size

template<endianness Endianness>
Elf_Xword llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_size

Definition at line 187 of file ELFTypes.h.

◆ sh_type

template<endianness Endianness>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< Endianness, true > >::sh_type

Definition at line 183 of file ELFTypes.h.


The documentation for this struct was generated from the following file: