|
LLVM
4.0.0
|
#include <ELF.h>
Public Member Functions | |
| unsigned char | getBinding () const |
| unsigned char | getType () const |
| void | setBinding (unsigned char b) |
| void | setType (unsigned char t) |
| void | setBindingAndType (unsigned char b, unsigned char t) |
Public Attributes | |
| Elf32_Word | st_name |
| Elf32_Addr | st_value |
| Elf32_Word | st_size |
| unsigned char | st_info |
| unsigned char | st_other |
| Elf32_Half | st_shndx |
Definition at line 824 of file Support/ELF.h.
|
inline |
|
inline |
|
inline |
Definition at line 836 of file Support/ELF.h.
References getType(), and setBindingAndType().
Definition at line 838 of file Support/ELF.h.
References st_info.
Referenced by setBinding(), and setType().
|
inline |
Definition at line 837 of file Support/ELF.h.
References getBinding(), and setBindingAndType().
| unsigned char llvm::ELF::Elf32_Sym::st_info |
Definition at line 828 of file Support/ELF.h.
Referenced by getBinding(), getType(), and setBindingAndType().
| Elf32_Word llvm::ELF::Elf32_Sym::st_name |
Definition at line 825 of file Support/ELF.h.
| unsigned char llvm::ELF::Elf32_Sym::st_other |
Definition at line 829 of file Support/ELF.h.
| Elf32_Half llvm::ELF::Elf32_Sym::st_shndx |
Definition at line 830 of file Support/ELF.h.
| Elf32_Word llvm::ELF::Elf32_Sym::st_size |
Definition at line 827 of file Support/ELF.h.
| Elf32_Addr llvm::ELF::Elf32_Sym::st_value |
Definition at line 826 of file Support/ELF.h.
1.8.6