Searched refs:needsGot (Results 1 – 2 of 2) sorted by relevance
253 scriptDefined(false), needsCopy(false), needsGot(false), in Symbol()286 uint8_t needsGot : 1; variable307 return needsCopy || needsGot || needsPlt || needsTlsDesc || needsTlsGd || in needsDynReloc()
200 static bool needsGot(RelExpr expr) { in needsGot() function309 sym.needsGot = old.needsGot; in replaceWithDefined()1424 if (needsGot(expr)) { in scanOne()1435 sym.needsGot = true; in scanOne()1565 if (!(sym.needsGot || sym.needsPlt || sym.hasDirectReloc)) in handleNonPreemptibleIfunc()1591 if (sym.needsGot) in handleNonPreemptibleIfunc()1593 } else if (sym.needsGot) { in handleNonPreemptibleIfunc()1608 if (sym.needsGot) in postScanRelocations()