Home
last modified time | relevance | path

Searched refs:gotEntrySize (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp164 return gotIndex * target->gotEntrySize; in getGotOffset()
175 return pltIndex * target->gotEntrySize; in getGotPltOffset()
176 return (pltIndex + target->gotPltHeaderEntriesNum) * target->gotEntrySize; in getGotPltOffset()
H A DTarget.h125 unsigned gotEntrySize = config->wordsize; variable
H A DSyntheticSections.cpp648 target->gotEntrySize, ".got") { in GotSection()
1155 target->gotEntrySize; in getSize()
1160 buf += target->gotPltHeaderEntriesNum * target->gotEntrySize; in writeTo()
1163 buf += target->gotEntrySize; in writeTo()
1191 target->gotEntrySize, getIgotPltName()) {} in IgotPltSection()
1199 return entries.size() * target->gotEntrySize; in getSize()
1205 buf += target->gotEntrySize; in writeTo()
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst109 * ``gotEntrySize`` has been added to improve support for the ILP32 ABI of x86-64.
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp90 gotEntrySize = 8; in X86_64()