Searched refs:gotIndex (Results 1 – 9 of 9) sorted by relevance
52 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()
71 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot()90 uint32_t gotIndex = UINT32_MAX; variable
154 osec->addr + sym->gotIndex * target->wordSize, in printNonLazyPointerSection()
126 uint64_t getVA(uint32_t gotIndex) const { in getVA() argument127 return addr + gotIndex * target->wordSize; in getVA()
341 sym->gotIndex = entries.size() - 1; in addEntry()343 addNonLazyBindingEntries(sym, isec, sym->gotIndex * target->wordSize); in addEntry()
162 in.stubHelper->stubBinder->gotIndex * LP64::wordSize); in writeStubHelperHeader()187 uint64_t objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub()
136 in.got->addr + in.stubHelper->stubBinder->gotIndex * LP::wordSize; in writeStubHelperHeader()
135 objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub()
1247 goto gotIndex; in ng_parse_composite()1260 goto gotIndex; in ng_parse_composite()1302 gotIndex: in ng_parse_composite()