Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp112 static unsigned RelocType64(const ELFRelocation &rel);
168 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64() function in ELFRelocation
170 return ELFRel::RelocType64(*elfrel); in RelocType64()
172 return ELFRela::RelocType64(*llvm::cast<ELFRela *>(rel.reloc)); in RelocType64()
2559 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()
2769 reloc_type = ELFRelocation::RelocType64; in ApplyRelocations()