Searched refs:addRelativeReloc (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 872 static void addRelativeReloc(InputSectionBase &isec, uint64_t offsetInSec, in addRelativeReloc() function 879 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc() 909 part.relaDyn->addRelativeReloc<shard>(target->relativeRel, isec, offsetInSec, in addRelativeReloc() 940 addRelativeReloc(*in.got, off, sym, 0, R_ABS, target->symbolicRel); in addGotEntry() 1146 addRelativeReloc<true>(*sec, offset, sym, addend, expr, type); in processAux() 1429 addRelativeReloc<true>(c, offset, sym, addend, expr, type); in handleTlsRelocation()
|
| H A D | SyntheticSections.h | 517 void addRelativeReloc(RelType dynType, InputSectionBase &isec, in addRelativeReloc() function
|
| H A D | Thunks.cpp | 477 mainPart->relaDyn->addRelativeReloc( in PPC64PILongBranchThunk()
|