| 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 | |
| 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 1367 of file ELF.h.
References getType(), and setBindingAndType().
Definition at line 1369 of file ELF.h.
References st_info.
Referenced by setBinding(), and setType().
Definition at line 1368 of file ELF.h.
References getBinding(), and setBindingAndType().
Definition at line 1359 of file ELF.h.
Referenced by getBinding(), getType(), and setBindingAndType().
| Elf32_Word llvm::ELF::Elf32_Sym::st_name | 
| Elf32_Half llvm::ELF::Elf32_Sym::st_shndx | 
| Elf32_Word llvm::ELF::Elf32_Sym::st_size | 
| Elf32_Addr llvm::ELF::Elf32_Sym::st_value |