Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp391 uint64_t plt = in.ibtPlt ? in.ibtPlt->getVA() : in.plt->getVA(); in writePltHeader()
1027 in.ibtPlt->getVA() + IBTPltHeaderSize + s.getPltIdx() * pltEntrySize; in writeGotPlt()
H A DX86.cpp535 in.ibtPlt->getVA() + IBTPltHeaderSize + s.getPltIdx() * pltEntrySize; in writeGotPlt()
/openbsd/gnu/llvm/lld/ELF/
H A DWriter.cpp489 in.ibtPlt = std::make_unique<IBTPltSection>(); in createSyntheticSections()
490 add(*in.ibtPlt); in createSyntheticSections()
494 in.ibtPlt = std::make_unique<IBTPltSection>(); in createSyntheticSections()
495 add(*in.ibtPlt); in createSyntheticSections()
H A DSyntheticSections.h1293 std::unique_ptr<IBTPltSection> ibtPlt; member
H A DSyntheticSections.cpp3831 ibtPlt.reset(); in reset()