Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h365 std::atomic<bool> hasGotPltOffRel = false; variable
H A DRelocations.cpp1475 in.gotPlt->hasGotPltOffRel.store(true, std::memory_order_relaxed); in scanOne()
H A DWriter.cpp538 in.gotPlt->hasGotPltOffRel = true; in createSyntheticSections()
H A DSyntheticSections.cpp1171 return !entries.empty() || hasGotPltOffRel; in isNeeded()