Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp112 static unsigned RelocSymbol32(const ELFRelocation &rel);
171 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32() function in ELFRelocation
173 return ELFRel::RelocSymbol32(*rel.reloc.get<ELFRel *>()); in RelocSymbol32()
175 return ELFRela::RelocSymbol32(*rel.reloc.get<ELFRela *>()); in RelocSymbol32()
2482 reloc_symbol = ELFRelocation::RelocSymbol32; in ParsePLTRelocations()
2610 reloc_symbol = ELFRelocation::RelocSymbol32; in ApplyRelocations()