Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h370 std::atomic<bool> hasGotPltOffRel = false; variable
HDRelocations.cpp1525 in.gotPlt->hasGotPltOffRel.store(true, std::memory_order_relaxed); in scanOne()
HDSyntheticSections.cpp1198 return !entries.empty() || hasGotPltOffRel; in isNeeded()
4871 in.gotPlt->hasGotPltOffRel = true; in createSyntheticSections()