Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp149 static unsigned RelocAddend64(const ELFRelocation &rel);
232 unsigned ELFRelocation::RelocAddend64(const ELFRelocation &rel) { in RelocAddend64() function in __anon580d88070111::ELFRelocation
2716 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel); in ApplyRelocations()