Searched refs:isInGot (Results 1 – 6 of 6) sorted by relevance
69 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot() function82 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA()83 uint64_t resolveTlvVA() const { return isInGot() ? getTlvVA() : getVA(); } in resolveTlvVA()
240 !referentSym->isInGot()) in writeTo()
310 d->isInGot(); in prepareRelocations()
339 assert(!sym->isInGot()); in addEntry()929 assert(objcMsgSend->isInGot()); in setUp()
198 bool isInGot(Ctx &ctx) const { return getGotIdx(ctx) != uint32_t(-1); } in isInGot() function
2178 if (l.sym->isInGot(ctx) && r.sym->isInGot(ctx)) in sortMipsSymbols()2180 if (!l.sym->isInGot(ctx) && !r.sym->isInGot(ctx)) in sortMipsSymbols()2182 return !l.sym->isInGot(ctx); in sortMipsSymbols()