Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DX86_64.cpp398 uint64_t plt = in.ibtPlt ? in.ibtPlt->getVA() : in.plt->getVA(); in writePltHeader()
983 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()
DX86.cpp457 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h1261 IBTPltSection *ibtPlt; member
DWriter.cpp552 in.ibtPlt = make<IBTPltSection>(); in createSyntheticSections()
553 add(in.ibtPlt); in createSyntheticSections()