Home
last modified time | relevance | path

Searched refs:ppc64LongBranchTarget (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp598 ctx.in.ppc64LongBranchTarget->addEntry(&dest, addend)) { in PPC64PILongBranchThunk()
600 ctx.target->relativeRel, *ctx.in.ppc64LongBranchTarget, in PPC64PILongBranchThunk()
612 ctx.in.ppc64LongBranchTarget->addEntry(&dest, addend); in PPC64PDLongBranchThunk()
1488 ctx.in.ppc64LongBranchTarget->addEntry(&destination, addend); in writeTo()
1490 ctx.in.ppc64LongBranchTarget->getEntryVA(&destination, addend); in writeTo()
1553 ctx.in.ppc64LongBranchTarget->getEntryVA(&destination, addend); in writeTo()
H A DConfig.h582 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget; member
H A DOutputSections.cpp921 (rel.inputSec == ctx.in.ppc64LongBranchTarget.get() || in checkDynRelAddends()
H A DSyntheticSections.cpp4916 ctx.in.ppc64LongBranchTarget = in createSyntheticSections()
4918 add(*ctx.in.ppc64LongBranchTarget); in createSyntheticSections()
H A DWriter.cpp2162 finalizeSynthetic(ctx, ctx.in.ppc64LongBranchTarget.get()); in finalizeSections()