Searched refs:needsPlt (Results 1 – 2 of 2) sorted by relevance
254 needsPlt(false), needsTlsDesc(false), needsTlsGd(false), in Symbol()287 uint8_t needsPlt : 1; variable307 return needsCopy || needsGot || needsPlt || needsTlsDesc || needsTlsGd || in needsDynReloc()
192 static bool needsPlt(RelExpr expr) { in needsPlt() function1137 sym.needsPlt = true; in processAux()1437 } else if (needsPlt(expr)) { in scanOne()1438 sym.needsPlt = true; in scanOne()1565 if (!(sym.needsGot || sym.needsPlt || sym.hasDirectReloc)) in handleNonPreemptibleIfunc()1610 if (sym.needsPlt) in postScanRelocations()1619 assert(sym.isFunc() && sym.needsPlt); in postScanRelocations()