Searched refs:addRelativeReloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 843 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 D | SyntheticSections.h | 527 void addRelativeReloc(RelType dynType, InputSectionBase &isec, in addRelativeReloc() function
|
| H A D | Thunks.cpp | 599 ctx.mainPart->relaDyn->addRelativeReloc( in PPC64PILongBranchThunk()
|