Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1057 static void addRelativeReloc(InputSectionBase *isec, uint64_t offsetInSec, in addRelativeReloc() function
1073 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc()
1111 addRelativeReloc(in.got, off, sym, 0, R_ABS, target->symbolicRel); in addGotEntry()
1180 addRelativeReloc(&sec, offset, sym, addend, expr, type); in processRelocAux()
H A DSyntheticSections.h531 void addRelativeReloc(RelType dynType, InputSectionBase *isec,
H A DThunks.cpp386 mainPart->relaDyn->addRelativeReloc( in PPC64PILongBranchThunk()
H A DSyntheticSections.cpp1616 void RelocationBaseSection::addRelativeReloc( in addRelativeReloc() function in RelocationBaseSection