Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h331 static unsigned RelocType64(const ELFRel &rel) { in RelocType64() function
375 static unsigned RelocType64(const ELFRela &rela) { in RelocType64() function
H A DObjectFileELF.cpp167 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64() function in ELFRelocation