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.h370 std::atomic<bool> hasGotPltOffRel = false; variable
H A DRelocations.cpp1525 in.gotPlt->hasGotPltOffRel.store(true, std::memory_order_relaxed); in scanOne()
H A DSyntheticSections.cpp1198 return !entries.empty() || hasGotPltOffRel; in isNeeded()
4871 in.gotPlt->hasGotPltOffRel = true; in createSyntheticSections()