Searched refs:ipltEntrySize (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp66 ipltEntrySize = 16;
507 ipltEntrySize = 32;
561 ipltEntrySize = 32;
H A DAArch64.cpp72 ipltEntrySize = 16;
618 ipltEntrySize = 24;
H A DX86_64.cpp90 ipltEntrySize = 16;
984 ipltEntrySize = 32;
1037 ipltEntrySize = 16;
H A DPPC.cpp165 ipltEntrySize = 16;
H A DRISCV.cpp102 ipltEntrySize = 16;
H A DARM.cpp64 ipltEntrySize = 16;
H A DPPC64.cpp403 ipltEntrySize = 16; // PPC64PltCallStub::size
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h127 unsigned ipltEntrySize; member in class:lld::elf::TargetInfo
H A DSymbols.cpp180 ? in.iplt->getVA() + pltIndex * target->ipltEntrySize
H A DRelocations.cpp1473 d.value = sym.pltIndex * target->ipltEntrySize;
H A DSyntheticSections.cpp2521 off += target->ipltEntrySize;
2526 return entries.size() * target->ipltEntrySize;

Completed in 119 milliseconds