|
LLVM
3.7.0
|
#include <ELF.h>
Public Member Functions | |
| Elf32_Word | getSymbol () const |
| unsigned char | getType () const |
| void | setSymbol (Elf32_Word s) |
| void | setType (unsigned char t) |
| void | setSymbolAndType (Elf32_Word s, unsigned char t) |
Public Attributes | |
| Elf32_Addr | r_offset |
| Elf32_Word | r_info |
| Elf32_Sword | r_addend |
Definition at line 871 of file Support/ELF.h.
|
inline |
|
inline |
|
inline |
Definition at line 880 of file Support/ELF.h.
References getType(), and setSymbolAndType().
|
inline |
Definition at line 882 of file Support/ELF.h.
References r_info.
Referenced by setSymbol(), and setType().
|
inline |
Definition at line 881 of file Support/ELF.h.
References getSymbol(), and setSymbolAndType().
| Elf32_Sword llvm::ELF::Elf32_Rela::r_addend |
Definition at line 874 of file Support/ELF.h.
| Elf32_Word llvm::ELF::Elf32_Rela::r_info |
Definition at line 873 of file Support/ELF.h.
Referenced by getSymbol(), getType(), and setSymbolAndType().
| Elf32_Addr llvm::ELF::Elf32_Rela::r_offset |
Definition at line 872 of file Support/ELF.h.
1.8.6