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.cpp735 sym->stubsIndex * target->wordSize); in addBindingsForStub()
737 sym->stubsIndex * target->wordSize); in addBindingsForStub()
744 sym->stubsIndex * target->wordSize); in addBindingsForStub()
746 sym->stubsIndex * target->wordSize); in addBindingsForStub()
760 sym->stubsIndex = entries.size() - 1; in addEntry()
1013 sym->stubsIndex * target->wordSize); in addEntry()
1029 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.h291 uint64_t getVA(uint32_t stubsIndex) const { in getVA() argument
296 return isFinal ? addr + stubsIndex * target->stubSize in getVA()
H A DWriter.cpp287 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.cpp144 uint64_t stubAddr = in.stubs->addr + sym.stubsIndex * sizeof(stub); in writeStub()
H A DARM64.cpp147 objcMsgSendIndex = objcMsgSend->stubsIndex; in writeObjCMsgSendStub()