In-memory representation of a CREL relocation.
Declared in <llvm/BinaryFormat/ELF.h>
template<bool Is64>
struct Elf_Crel;
The on-disk serialized representation uses LEB128 encoding.
| Name | Description |
|---|---|
r_addend | Explicit addend. |
r_offset | Relocation location. |
r_symidx | Symbol table index. |
r_type | Relocation type. |