Home
last modified time | relevance | path

Searched refs:addRelativeReloc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp866 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 DSyntheticSections.h524 void addRelativeReloc(RelType dynType, InputSectionBase &isec,
H A DThunks.cpp385 mainPart->relaDyn->addRelativeReloc( in PPC64PILongBranchThunk()
H A DSyntheticSections.cpp1623 void RelocationBaseSection::addRelativeReloc( in addRelativeReloc() function in RelocationBaseSection