Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.cpp52 uint64_t Symbol::getGotVA() const { return in.got->getVA(gotIndex); } in getGotVA()
53 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()
90 uint32_t gotIndex = UINT32_MAX; variable
H A DMapFile.cpp154 osec->addr + sym->gotIndex * target->wordSize, in printNonLazyPointerSection()
H A DSyntheticSections.h126 uint64_t getVA(uint32_t gotIndex) const { in getVA() argument
127 return addr + gotIndex * target->wordSize; in getVA()
H A DSyntheticSections.cpp341 sym->gotIndex = entries.size() - 1; in addEntry()
343 addNonLazyBindingEntries(sym, isec, sym->gotIndex * target->wordSize); in addEntry()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp162 in.stubHelper->stubBinder->gotIndex * LP64::wordSize); in writeStubHelperHeader()
187 uint64_t objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub()
H A DARM64Common.h136 in.got->addr + in.stubHelper->stubBinder->gotIndex * LP::wordSize; in writeStubHelperHeader()
H A DARM64.cpp135 objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub()
/freebsd/sys/netgraph/
H A Dng_parse.c1247 goto gotIndex; in ng_parse_composite()
1260 goto gotIndex; in ng_parse_composite()
1302 gotIndex: in ng_parse_composite()