Home
last modified time | relevance | path

Searched defs:RelocSymbol64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h341 static unsigned RelocSymbol64(const ELFRel &rel) { return rel.r_info >> 32; } in RelocSymbol64() function
387 static unsigned RelocSymbol64(const ELFRela &rela) { in RelocSymbol64() function
H A DObjectFileELF.cpp181 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64() function in ELFRelocation