Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp389 uint64_t plt = in.ibtPlt ? in.ibtPlt->getVA() : in.plt->getVA(); in writePltHeader()
924 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()
DX86.cpp437 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()
/external/llvm-project/lld/ELF/
DSyntheticSections.h1217 IBTPltSection *ibtPlt; member
DWriter.cpp552 in.ibtPlt = make<IBTPltSection>(); in createSyntheticSections()
553 add(in.ibtPlt); in createSyntheticSections()