LLVM 18.0.0git
|
#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 |
Definition at line 203 of file ELFTypes.h.
unsigned char llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_info |
Definition at line 206 of file ELFTypes.h.
Elf_Word llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_name |
Definition at line 205 of file ELFTypes.h.
unsigned char llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_other |
Definition at line 207 of file ELFTypes.h.
Elf_Half llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_shndx |
Definition at line 208 of file ELFTypes.h.
Elf_Xword llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_size |
Definition at line 210 of file ELFTypes.h.
Elf_Addr llvm::object::Elf_Sym_Base< ELFType< TargetEndianness, true > >::st_value |
Definition at line 209 of file ELFTypes.h.