Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A 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
H A DObjectFileELF.cpp115 static unsigned RelocSymbol64(const ELFRelocation &rel);
181 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64() function in ELFRelocation
183 return ELFRel::RelocSymbol64(*rel.reloc.get<ELFRel *>()); in RelocSymbol64()
185 return ELFRela::RelocSymbol64(*rel.reloc.get<ELFRela *>()); in RelocSymbol64()
2596 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()
2710 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol64(rel)); in ApplyELF64ABS64Relocation()
2728 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol64(rel)); in ApplyELF64ABS32Relocation()
2806 reloc_symbol = ELFRelocation::RelocSymbol64; in ApplyRelocations()