LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, true > > Struct Template Reference

#include "llvm/Object/ELFTypes.h"

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 TargetEndianness>
struct llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, true > >

Definition at line 164 of file ELFTypes.h.

Member Data Documentation

◆ sh_addr

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

Definition at line 169 of file ELFTypes.h.

◆ sh_addralign

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

Definition at line 174 of file ELFTypes.h.

◆ sh_entsize

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

Definition at line 175 of file ELFTypes.h.

◆ sh_flags

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

Definition at line 168 of file ELFTypes.h.

◆ sh_info

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

Definition at line 173 of file ELFTypes.h.

◆ sh_link

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

Definition at line 172 of file ELFTypes.h.

◆ sh_name

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

Definition at line 166 of file ELFTypes.h.

◆ sh_offset

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

Definition at line 170 of file ELFTypes.h.

◆ sh_size

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

Definition at line 171 of file ELFTypes.h.

◆ sh_type

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

Definition at line 167 of file ELFTypes.h.


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