| LLVM 22.0.0git
    | 
#include "llvm/BinaryFormat/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 | |
| Elf64_Word | st_name | 
| unsigned char | st_info | 
| unsigned char | st_other | 
| Elf64_Half | st_shndx | 
| Elf64_Addr | st_value | 
| Elf64_Xword | st_size | 
Definition at line 1387 of file ELF.h.
References getType(), and setBindingAndType().
Definition at line 1389 of file ELF.h.
References st_info.
Referenced by setBinding(), and setType().
Definition at line 1388 of file ELF.h.
References getBinding(), and setBindingAndType().
Definition at line 1377 of file ELF.h.
Referenced by getBinding(), getType(), and setBindingAndType().
| Elf64_Word llvm::ELF::Elf64_Sym::st_name | 
| Elf64_Half llvm::ELF::Elf64_Sym::st_shndx | 
| Elf64_Xword llvm::ELF::Elf64_Sym::st_size | 
| Elf64_Addr llvm::ELF::Elf64_Sym::st_value |