Home
last modified time | relevance | path

Searched refs:needsGot (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h253 scriptDefined(false), needsCopy(false), needsGot(false), in Symbol()
286 uint8_t needsGot : 1; variable
307 return needsCopy || needsGot || needsPlt || needsTlsDesc || needsTlsGd || in needsDynReloc()
H A DRelocations.cpp200 static bool needsGot(RelExpr expr) { in needsGot() function
309 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()