LLVM API Documentation

Public Attributes
llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > > Struct Template Reference

#include <ELFTypes.h>

Collaboration diagram for llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >:
Collaboration graph
[legend]

List of all members.

Public Attributes

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

Detailed Description

template<endianness TargetEndianness, std::size_t MaxAlign>
struct llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >

Definition at line 110 of file ELFTypes.h.


Member Data Documentation

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Addr llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_addr

Definition at line 115 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_addralign

Definition at line 120 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_entsize

Definition at line 121 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_flags

Definition at line 114 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_info

Definition at line 119 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_link

Definition at line 118 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_name

Definition at line 112 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Off llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_offset

Definition at line 116 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_size

Definition at line 117 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Word llvm::object::Elf_Shdr_Base< ELFType< TargetEndianness, MaxAlign, false > >::sh_type

Definition at line 113 of file ELFTypes.h.


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