Home
last modified time | relevance | path

Searched refs:ppc32Got2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h124 InputSection *ppc32Got2 = nullptr; variable
H A DThunks.cpp1050 (in.ppc32Got2->getParent()->getVA() + in writePPC32PltCallStub()
1051 (file->ppc32Got2 ? file->ppc32Got2->outSecOff : 0) + addend); in writePPC32PltCallStub()
H A DInputSection.cpp520 p->r_addend >= 0x8000 && sec->file->ppc32Got2) { in copyRelocations()
526 p->r_addend += sec->file->ppc32Got2->outSecOff; in copyRelocations()
H A DSyntheticSections.cpp4280 isec->file->ppc32Got2 = isec; in finalizeContents()
4481 ppc32Got2.reset(); in reset()
4840 in.ppc32Got2 = std::make_unique<PPC32Got2Section>(); in createSyntheticSections()
4841 add(*in.ppc32Got2); in createSyntheticSections()
H A DSyntheticSections.h1505 std::unique_ptr<PPC32Got2Section> ppc32Got2; member
H A DWriter.cpp1975 finalizeSynthetic(in.ppc32Got2.get()); in finalizeSections()