Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp843 static void addRelativeReloc(Ctx &ctx, InputSectionBase &isec, in addRelativeReloc() function
849 part.relaDyn->addRelativeReloc<shard>(ctx.target->relativeRel, isec, in addRelativeReloc()
879 part.relaDyn->addRelativeReloc<shard>(ctx.target->relativeRel, isec, in addRelativeReloc()
911 addRelativeReloc(ctx, *ctx.in.got, off, sym, 0, R_ABS, in addGotEntry()
1141 addRelativeReloc<true>(ctx, *sec, offset, sym, addend, expr, type); in processAux()
1478 addRelativeReloc<true>(ctx, *sec, offset, sym, addend, expr, type); in handleTlsRelocation()
H A DSyntheticSections.h527 void addRelativeReloc(RelType dynType, InputSectionBase &isec, in addRelativeReloc() function
H A DThunks.cpp599 ctx.mainPart->relaDyn->addRelativeReloc( in PPC64PILongBranchThunk()