Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DThunks.cpp476 in.ppc64LongBranchTarget->addEntry(&dest, addend)) { in PPC64PILongBranchThunk()
478 target->relativeRel, *in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()
489 in.ppc64LongBranchTarget->addEntry(&dest, addend); in PPC64PDLongBranchThunk()
1174 in.ppc64LongBranchTarget->addEntry(&destination, addend); in writeTo()
1176 in.ppc64LongBranchTarget->getEntryVA(&destination, addend) - in writeTo()
1236 int64_t offset = in.ppc64LongBranchTarget->getEntryVA(&destination, addend) - in writeTo()
H A DOutputSections.cpp894 (rel.inputSec == in.ppc64LongBranchTarget.get() || in checkDynRelAddends()
H A DSyntheticSections.h1495 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget; member
H A DSyntheticSections.cpp4471 ppc64LongBranchTarget.reset(); in reset()
4845 in.ppc64LongBranchTarget = std::make_unique<PPC64LongBranchTargetSection>(); in createSyntheticSections()
4846 add(*in.ppc64LongBranchTarget); in createSyntheticSections()
H A DWriter.cpp2043 finalizeSynthetic(in.ppc64LongBranchTarget.get()); in finalizeSections()