llvm::ELF::Elf_Crel

In-memory representation of a CREL relocation.

Synopsis

Declared in <llvm/BinaryFormat/ELF.h>

template<bool Is64>
struct Elf_Crel;

Description

The on-disk serialized representation uses LEB128 encoding.

Data Members

NameDescription
r_addend Explicit addend.
r_offset Relocation location.
r_symidx Symbol table index.
r_type Relocation type.