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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp119 static unsigned RelocAddend64(const ELFRelocation &rel);
202 unsigned ELFRelocation::RelocAddend64(const ELFRelocation &rel) { function in class:__anon2862::ELFRelocation
2605 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel);

Completed in 116 milliseconds