Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp160 return getGotIdx(ctx) * ctx.target->gotEntrySize; in getGotOffset()
171 return getPltIdx(ctx) * ctx.target->gotEntrySize; in getGotPltOffset()
173 ctx.target->gotEntrySize; in getGotPltOffset()
H A DSyntheticSections.cpp673 ctx.target->gotEntrySize) { in GotSection()
685 {(numEntries - 1) * ctx.target->gotEntrySize, sym.isFunc()}); in addAuthEntry()
696 authEntries.push_back({(numEntries - 2) * ctx.target->gotEntrySize, true}); in addTlsDescAuthEntry()
697 authEntries.push_back({(numEntries - 1) * ctx.target->gotEntrySize, false}); in addTlsDescAuthEntry()
713 tlsIndexOff = numEntries * ctx.target->gotEntrySize; in addTlsIndex()
719 return sym.getTlsDescIdx(ctx) * ctx.target->gotEntrySize; in getTlsDescOffset()
727 return this->getVA() + b.getTlsGdIdx(ctx) * ctx.target->gotEntrySize; in getGlobalDynAddr()
731 return b.getTlsGdIdx(ctx) * ctx.target->gotEntrySize; in getGlobalDynOffset()
740 size = numEntries * ctx.target->gotEntrySize; in finalizeContents()
1216 ctx.target->gotEntrySize) { in GotPltSection()
[all …]
H A DTarget.h138 unsigned gotEntrySize = ctx.arg.wordsize; variable
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp65 gotEntrySize = 8; in SystemZ()
H A DX86_64.cpp89 gotEntrySize = 8; in X86_64()