Searched refs:isInGot (Results 1 – 5 of 5) sorted by relevance
71 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot() function84 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA()85 uint64_t resolveTlvVA() const { return isInGot() ? getTlvVA() : getVA(); } in resolveTlvVA()
189 !referentSym->isInGot()) in writeTo()
346 assert(!sym->isInGot()); in addEntry()842 assert(objcMsgSend->isInGot()); in setUp()
213 bool isInGot() const { return getGotIdx() != uint32_t(-1); } in isInGot() function
2072 if (l.sym->isInGot() && r.sym->isInGot()) in sortMipsSymbols()2074 if (!l.sym->isInGot() && !r.sym->isInGot()) in sortMipsSymbols()2076 return !l.sym->isInGot(); in sortMipsSymbols()