Searched refs:addRelativeReloc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Relocations.cpp | 866 static void addRelativeReloc(InputSectionBase &isec, uint64_t offsetInSec, in addRelativeReloc() function 882 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc() 913 addRelativeReloc(*in.got, off, sym, 0, R_ABS, target->symbolicRel); in addGotEntry() 1052 addRelativeReloc(sec, offset, sym, addend, expr, type); in processAux() 1284 addRelativeReloc(c, offset, sym, addend, expr, type); in handleTlsRelocation()
|
| H A D | SyntheticSections.h | 524 void addRelativeReloc(RelType dynType, InputSectionBase &isec,
|
| H A D | Thunks.cpp | 385 mainPart->relaDyn->addRelativeReloc( in PPC64PILongBranchThunk()
|
| H A D | SyntheticSections.cpp | 1623 void RelocationBaseSection::addRelativeReloc( in addRelativeReloc() function in RelocationBaseSection
|