Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp170 return getGotIdx() * target->gotEntrySize; in getGotOffset()
181 return getPltIdx() * target->gotEntrySize; in getGotPltOffset()
182 return (getPltIdx() + target->gotPltHeaderEntriesNum) * target->gotEntrySize; in getGotPltOffset()
H A DTarget.h135 unsigned gotEntrySize = config->wordsize; variable
H A DSyntheticSections.cpp625 target->gotEntrySize, ".got") { in GotSection()
1156 target->gotEntrySize; in getSize()
1161 buf += target->gotPltHeaderEntriesNum * target->gotEntrySize; in writeTo()
1164 buf += target->gotEntrySize; in writeTo()
1192 target->gotEntrySize, getIgotPltName()) {} in IgotPltSection()
1200 return entries.size() * target->gotEntrySize; in getSize()
1206 buf += target->gotEntrySize; in writeTo()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp66 gotEntrySize = 8; in SystemZ()
H A DX86_64.cpp82 gotEntrySize = 8; in X86_64()