Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDSystemZ.cpp214 in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in addPltHeaderSymbols()
/freebsd-head/contrib/llvm-project/lld/ELF/
HDRelocations.cpp1079 in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in processAux()
1528 in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in scanOne()
HDSyntheticSections.h128 std::atomic<bool> hasGotOffRel = false; variable
HDSyntheticSections.cpp714 return hasGotOffRel || numEntries > target->gotHeaderEntriesNum; in isNeeded()
4873 in.got->hasGotOffRel = true; in createSyntheticSections()