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

#include "llvm/Object/ELFTypes.h"

Public Attributes

Elf_Word st_name
 
unsigned char st_info
 
unsigned char st_other
 
Elf_Half st_shndx
 
Elf_Addr st_value
 
Elf_Xword st_size
 

Detailed Description

template<endianness TargetEndianness>
struct llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >

Definition at line 205 of file ELFTypes.h.

Member Data Documentation

◆ st_info

template<endianness TargetEndianness>
unsigned char llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_info

Definition at line 208 of file ELFTypes.h.

◆ st_name

template<endianness TargetEndianness>
Elf_Word llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_name

Definition at line 207 of file ELFTypes.h.

◆ st_other

template<endianness TargetEndianness>
unsigned char llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_other

Definition at line 209 of file ELFTypes.h.

◆ st_shndx

template<endianness TargetEndianness>
Elf_Half llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_shndx

Definition at line 210 of file ELFTypes.h.

◆ st_size

template<endianness TargetEndianness>
Elf_Xword llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_size

Definition at line 212 of file ELFTypes.h.

◆ st_value

template<endianness TargetEndianness>
Elf_Addr llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_value

Definition at line 211 of file ELFTypes.h.


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