|
LLVM
4.0.0
|
#include <ELFTypes.h>
Public Attributes | |
| Elf_Sword | r_addend |
Public Attributes inherited from llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, false >, false > | |
| Elf_Addr | r_offset |
| Elf_Word | r_info |
Static Public Attributes | |
| static const bool | IsRela = true |
Static Public Attributes inherited from llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, false >, false > | |
| static const bool | IsRela = false |
Additional Inherited Members | |
Public Member Functions inherited from llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, false >, false > | |
| uint32_t | getRInfo (bool isMips64EL) const |
| void | setRInfo (uint32_t R, bool IsMips64EL) |
| uint32_t | getSymbol (bool isMips64EL) const |
| unsigned char | getType (bool isMips64EL) const |
| void | setSymbol (uint32_t s, bool IsMips64EL) |
| void | setType (unsigned char t, bool IsMips64EL) |
| void | setSymbolAndType (uint32_t s, unsigned char t, bool IsMips64EL) |
Definition at line 409 of file ELFTypes.h.
|
static |
Definition at line 412 of file ELFTypes.h.
| Elf_Sword llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, false >, true >::r_addend |
Definition at line 413 of file ELFTypes.h.
1.8.6