Home
last modified time | relevance | path

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

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