Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp147 if (auto *elfrel = llvm::dyn_cast<ELFRel *>(reloc)) in ~ELFRelocation() local
148 delete elfrel; in ~ELFRelocation()
155 if (auto *elfrel = llvm::dyn_cast<ELFRel *>(reloc)) in Parse() local
156 return elfrel->Parse(data, offset); in Parse()
162 if (auto *elfrel = llvm::dyn_cast<ELFRel *>(rel.reloc)) in RelocType32() local
163 return ELFRel::RelocType32(*elfrel); in RelocType32()
169 if (auto *elfrel = llvm::dyn_cast<ELFRel *>(rel.reloc)) in RelocType64() local
170 return ELFRel::RelocType64(*elfrel); in RelocType64()
176 if (auto *elfrel = llvm::dyn_cast<ELFRel *>(rel.reloc)) in RelocSymbol32() local
177 return ELFRel::RelocSymbol32(*elfrel); in RelocSymbol32()
[all …]