Searched refs:pltEntrySize (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp42 pltEntrySize = 32;
43 pltHeaderSize = 4 * pltEntrySize;
195 relocateNoSym(buf + 4, R_SPARC_WDISP19, -(off + 4 - pltEntrySize));
H A DX86.cpp65 pltEntrySize = 16;
439 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize;
506 pltEntrySize = 32;
560 pltEntrySize = 32;
H A DX86_64.cpp89 pltEntrySize = 16;
918 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize;
983 pltEntrySize = 32;
1036 pltEntrySize = 16;
H A DAArch64.cpp71 pltEntrySize = 16;
617 pltEntrySize = 24;
H A DHexagon.cpp51 pltEntrySize = 16;
H A DPPC.cpp164 pltEntrySize = 4;
H A DRISCV.cpp101 pltEntrySize = 16;
H A DMips.cpp50 pltEntrySize = 16;
327 memset(buf, 0, pltEntrySize);
H A DPPC64.cpp402 pltEntrySize = 4;
784 int32_t offset = pltHeaderSize + sym.pltIndex * pltEntrySize;
H A DARM.cpp63 pltEntrySize = 16;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h125 unsigned pltEntrySize; member in class:lld::elf::TargetInfo
H A DSymbols.cpp182 pltIndex * target->pltEntrySize;
H A DSyntheticSections.cpp2479 off += target->pltEntrySize;
2489 return headerSize + entries.size() * target->pltEntrySize;
2505 off += target->pltEntrySize;
2539 off += target->pltEntrySize;
2553 return headerSize + entries.size() * target->pltEntrySize + footerSize;
2623 return 16 + in.plt->getNumEntries() * target->pltEntrySize;
H A DRelocations.cpp1229 target->pltHeaderSize + target->pltEntrySize * sym.pltIndex, 0);

Completed in 108 milliseconds