LLVM 19.0.0git
Public Attributes | List of all members
llvm::ELF::Elf_Crel< Is64 > Struct Template Reference

#include "llvm/BinaryFormat/ELF.h"

Public Attributes

std::conditional_t< Is64, uint64_t, uint32_tr_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 1435 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 1439 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 1436 of file ELF.h.

◆ r_symidx

template<bool Is64>
uint32_t llvm::ELF::Elf_Crel< Is64 >::r_symidx

Definition at line 1437 of file ELF.h.

◆ r_type

template<bool Is64>
uint32_t llvm::ELF::Elf_Crel< Is64 >::r_type

Definition at line 1438 of file ELF.h.


The documentation for this struct was generated from the following file: