Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
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
DObjectFileELF.cpp111 static unsigned RelocSymbol64(const ELFRelocation &rel);
174 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64() function in __anon729dff880111::ELFRelocation
176 return ELFRel::RelocSymbol64(*rel.reloc.get<ELFRel *>()); in RelocSymbol64()
178 return ELFRela::RelocSymbol64(*rel.reloc.get<ELFRela *>()); in RelocSymbol64()
2442 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()
2570 reloc_symbol = ELFRelocation::RelocSymbol64; in ApplyRelocations()