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

#include <ELFTypes.h>

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

Definition at line 160 of file ELFTypes.h.

Member Data Documentation

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

Definition at line 165 of file ELFTypes.h.

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

Definition at line 170 of file ELFTypes.h.

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

Definition at line 171 of file ELFTypes.h.

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

Definition at line 164 of file ELFTypes.h.

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

Definition at line 169 of file ELFTypes.h.

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

Definition at line 168 of file ELFTypes.h.

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

Definition at line 162 of file ELFTypes.h.

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

Definition at line 166 of file ELFTypes.h.

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

Definition at line 167 of file ELFTypes.h.

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

Definition at line 163 of file ELFTypes.h.


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