Home
last modified time | relevance | path

Searched refs:RelocAddend64 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp122 static unsigned RelocAddend64(const ELFRelocation &rel);
206 unsigned ELFRelocation::RelocAddend64(const ELFRelocation &rel) { in RelocAddend64() function in ELFRelocation
2651 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel); in ApplyRelocations()