Home
last modified time | relevance | path

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

/src/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.cpp652 target->gotEntrySize, ".got") { in GotSection()
1183 target->gotEntrySize; in getSize()
1188 buf += target->gotPltHeaderEntriesNum * target->gotEntrySize; in writeTo()
1191 buf += target->gotEntrySize; in writeTo()
1219 target->gotEntrySize, getIgotPltName()) {} in IgotPltSection()
1227 return entries.size() * target->gotEntrySize; in getSize()
1233 buf += target->gotEntrySize; in writeTo()
/src/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp66 gotEntrySize = 8; in SystemZ()
H A DX86_64.cpp82 gotEntrySize = 8; in X86_64()