Describes a relocation to be applied to an offset of a section in an Object.
More...
#include <Elf.h>
Describes a relocation to be applied to an offset of a section in an Object.
Definition at line 157 of file Elf.h.
◆ Relocation() [1/2]
Halide::Internal::Elf::Relocation::Relocation |
( |
| ) |
|
|
default |
◆ Relocation() [2/2]
◆ set_type()
The type of relocation to be applied.
The meaning of this value depends on the machine of the object.
Definition at line 172 of file Elf.h.
◆ get_type()
uint32_t Halide::Internal::Elf::Relocation::get_type |
( |
| ) |
const |
|
inline |
The type of relocation to be applied.
The meaning of this value depends on the machine of the object.
Definition at line 176 of file Elf.h.
◆ set_offset()
Where to apply the relocation.
This is relative to the section the relocation belongs to.
Definition at line 184 of file Elf.h.
◆ get_offset()
uint64_t Halide::Internal::Elf::Relocation::get_offset |
( |
| ) |
const |
|
inline |
Where to apply the relocation.
This is relative to the section the relocation belongs to.
Definition at line 188 of file Elf.h.
◆ set_symbol()
Relocation & Halide::Internal::Elf::Relocation::set_symbol |
( |
const Symbol * | symbol | ) |
|
|
inline |
The value to replace with the relocation is the address of the symbol plus the addend.
Definition at line 195 of file Elf.h.
◆ set_addend()
The value to replace with the relocation is the address of the symbol plus the addend.
Definition at line 199 of file Elf.h.
◆ get_symbol()
const Symbol * Halide::Internal::Elf::Relocation::get_symbol |
( |
| ) |
const |
|
inline |
The value to replace with the relocation is the address of the symbol plus the addend.
Definition at line 203 of file Elf.h.
◆ get_addend()
int64_t Halide::Internal::Elf::Relocation::get_addend |
( |
| ) |
const |
|
inline |
The value to replace with the relocation is the address of the symbol plus the addend.
Definition at line 206 of file Elf.h.
The documentation for this class was generated from the following file: