|
LLVM
3.7.0
|
#include <ELF.h>
Public Member Functions | |
| Elf64_Word | getSymbol () const |
| Elf64_Word | getType () const |
| void | setSymbol (Elf64_Word s) |
| void | setType (Elf64_Word t) |
| void | setSymbolAndType (Elf64_Word s, Elf64_Word t) |
Public Attributes | |
| Elf64_Addr | r_offset |
| Elf64_Xword | r_info |
Definition at line 888 of file Support/ELF.h.
|
inline |
|
inline |
|
inline |
Definition at line 898 of file Support/ELF.h.
References getType(), and setSymbolAndType().
|
inline |
Definition at line 900 of file Support/ELF.h.
References r_info.
Referenced by setSymbol(), and setType().
|
inline |
Definition at line 899 of file Support/ELF.h.
References getSymbol(), and setSymbolAndType().
| Elf64_Xword llvm::ELF::Elf64_Rel::r_info |
Definition at line 890 of file Support/ELF.h.
Referenced by getSymbol(), getType(), and setSymbolAndType().
| Elf64_Addr llvm::ELF::Elf64_Rel::r_offset |
Definition at line 889 of file Support/ELF.h.
1.8.6