LLVM: llvm::ELF::Elf_Crel< Is64 > Struct Template Reference (original) (raw)
#include "[llvm/BinaryFormat/ELF.h](BinaryFormat%5F2ELF%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| std::conditional_t< Is64, uint64_t, uint32_t > | r_offset |
| uint32_t | r_symidx |
| uint32_t | r_type |
| std::conditional_t< Is64, int64_t, int32_t > | r_addend |
Detailed Description
template<bool Is64>
struct llvm::ELF::Elf_Crel< Is64 >
Definition at line 1521 of file ELF.h.
Member Data Documentation
◆ r_addend
template<bool Is64>
std::conditional_t<Is64, int64_t, int32_t> llvm::ELF::Elf_Crel< Is64 >::r_addend
Definition at line 1525 of file ELF.h.
◆ r_offset
template<bool Is64>
std::conditional_t<Is64, uint64_t, uint32_t> llvm::ELF::Elf_Crel< Is64 >::r_offset
Definition at line 1522 of file ELF.h.
◆ r_symidx
template<bool Is64>
uint32_t llvm::ELF::Elf_Crel< Is64 >::r_symidx
Definition at line 1523 of file ELF.h.
◆ r_type
template<bool Is64>
uint32_t llvm::ELF::Elf_Crel< Is64 >::r_type
Definition at line 1524 of file ELF.h.
The documentation for this struct was generated from the following file:
- include/llvm/BinaryFormat/ELF.h