Home
last modified time | relevance | path

Searched refs:stubsIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.cpp48 uint64_t Symbol::getStubVA() const { return in.stubs->getVA(stubsIndex); } in getStubVA()
50 return in.lazyPointers->getVA(stubsIndex); in getLazyPtrVA()
H A DSymbols.h74 bool isInStubs() const { return stubsIndex != UINT32_MAX; } in isInStubs()
93 uint32_t stubsIndex = UINT32_MAX; variable
H A DSyntheticSections.cpp724 sym->stubsIndex * target->wordSize); in addBindingsForStub()
726 sym->stubsIndex * target->wordSize); in addBindingsForStub()
733 sym->stubsIndex * target->wordSize); in addBindingsForStub()
735 sym->stubsIndex * target->wordSize); in addBindingsForStub()
749 sym->stubsIndex = entries.size() - 1; in addEntry()
953 sym->stubsIndex * target->wordSize); in addEntry()
969 in.lazyPointers->addr - dataSeg->addr + sym.stubsIndex * target->wordSize; in encode()
H A DMapFile.cpp141 osec->addr + sym->stubsIndex * entrySize, entrySize, in printStubsEntries()
H A DSyntheticSections.h290 uint64_t getVA(uint32_t stubsIndex) const { in getVA() argument
295 return isFinal ? addr + stubsIndex * target->stubSize in getVA()
H A DWriter.cpp288 in.stubs->fileOff + config->entry->stubsIndex * target->stubSize; in writeTo()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h116 pageBits(in.stubs->addr + sym.stubsIndex * stubCodeSize); in writeStub()
H A DX86_64.cpp145 uint64_t stubAddr = in.stubs->addr + sym.stubsIndex * sizeof(stub); in writeStub()
H A DARM64.cpp149 objcMsgSendIndex = objcMsgSend->stubsIndex; in writeObjCMsgSendStub()