Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp436 uint64_t plt = in.ibtPlt ? in.ibtPlt->getVA() : in.plt->getVA(); in writePltHeader()
1076 in.ibtPlt->getVA() + IBTPltHeaderSize + s.getPltIdx() * pltEntrySize; in writeGotPlt()
H A DX86.cpp535 in.ibtPlt->getVA() + IBTPltHeaderSize + s.getPltIdx() * pltEntrySize; in writeGotPlt()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1506 std::unique_ptr<IBTPltSection> ibtPlt; member
H A DSyntheticSections.cpp4482 ibtPlt.reset(); in reset()
4885 in.ibtPlt = std::make_unique<IBTPltSection>(); in createSyntheticSections()
4886 add(*in.ibtPlt); in createSyntheticSections()