Home
last modified time | relevance | path

Searched refs:gotIndex (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DSymbols.cpp40 uint64_t Symbol::getGotVA() const { return in.got->getVA(gotIndex); } in getGotVA()
41 uint64_t Symbol::getTlvVA() const { return in.tlvPointers->getVA(gotIndex); } in getTlvVA()
H A DSymbols.h71 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot()
89 uint32_t gotIndex = UINT32_MAX; variable
H A DSyntheticSections.h127 uint64_t getVA(uint32_t gotIndex) const { in getVA() argument
128 return addr + gotIndex * target->wordSize; in getVA()
H A DSyntheticSections.cpp326 sym->gotIndex = entries.size() - 1; in addEntry()
328 addNonLazyBindingEntries(sym, isec, sym->gotIndex * target->wordSize); in addEntry()
/llvm-project-15.0.7/lld/wasm/
H A DSymbols.h124 assert(gotIndex != INVALID_INDEX); in getGOTIndex()
125 return gotIndex; in getGOTIndex()
129 bool hasGOTIndex() const { return gotIndex != INVALID_INDEX; } in hasGOTIndex()
140 uint32_t gotIndex = INVALID_INDEX; variable
H A DSymbols.cpp193 assert(gotIndex == INVALID_INDEX); in setGOTIndex()
194 gotIndex = index; in setGOTIndex()
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64Common.h132 in.got->addr + in.stubHelper->stubBinder->gotIndex * LP::wordSize; in writeStubHelperHeader()
H A DX86_64.cpp157 in.stubHelper->stubBinder->gotIndex * LP64::wordSize); in writeStubHelperHeader()