Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp213 ctx.in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in addPltHeaderSymbols()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1081 ctx.in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in processAux()
1588 ctx.in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in scanOne()
H A DSyntheticSections.h130 std::atomic<bool> hasGotOffRel = false; variable
H A DSyntheticSections.cpp746 return hasGotOffRel || numEntries > ctx.target->gotHeaderEntriesNum; in isNeeded()
4945 ctx.in.got->hasGotOffRel = true; in createSyntheticSections()