Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h337 static unsigned RelocSymbol32(const ELFRel &rel) { return rel.r_info >> 8; } in RelocSymbol32() function
381 static unsigned RelocSymbol32(const ELFRela &rela) { in RelocSymbol32() function
H A DObjectFileELF.cpp114 static unsigned RelocSymbol32(const ELFRelocation &rel);
175 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32() function in ELFRelocation
177 return ELFRel::RelocSymbol32(*elfrel); in RelocSymbol32()
179 return ELFRela::RelocSymbol32(*llvm::cast<ELFRela *>(rel.reloc)); in RelocSymbol32()
2557 reloc_symbol = ELFRelocation::RelocSymbol32; in ParsePLTRelocations()
2719 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol32(rel)); in ApplyELF32ABS32RelRelocation()
2767 reloc_symbol = ELFRelocation::RelocSymbol32; in ApplyRelocations()