Home
last modified time | relevance | path

Searched refs:hasGotPltOffRel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h380 std::atomic<bool> hasGotPltOffRel = false; variable
H A DRelocations.cpp1585 ctx.in.gotPlt->hasGotPltOffRel.store(true, std::memory_order_relaxed); in scanOne()
H A DSyntheticSections.cpp1248 return !entries.empty() || hasGotPltOffRel; in isNeeded()
4943 ctx.in.gotPlt->hasGotPltOffRel = true; in createSyntheticSections()