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 158 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 173 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 177 of file Elf.h.
◆ set_offset()
Where to apply the relocation.
This is relative to the section the relocation belongs to.
Definition at line 185 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 189 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 196 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 200 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 204 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 207 of file Elf.h.
The documentation for this class was generated from the following file: