Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h366 RelocSymbol64(const ELFRel &rel) in RelocSymbol64() function
425 RelocSymbol64(const ELFRela &rela) in RelocSymbol64() function
DObjectFileELF.cpp73 RelocSymbol64(const ELFRelocation &rel);
138 ELFRelocation::RelocSymbol64(const ELFRelocation &rel) in RelocSymbol64() function in __anonfadcb66a0111::ELFRelocation
141 return ELFRel::RelocSymbol64(*rel.reloc.get<ELFRel*>()); in RelocSymbol64()
143 return ELFRela::RelocSymbol64(*rel.reloc.get<ELFRela*>()); in RelocSymbol64()
1408 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()