Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp214 in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in addPltHeaderSymbols()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1075 in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in processAux()
1478 in.got->hasGotOffRel.store(true, std::memory_order_relaxed); in scanOne()
H A DSyntheticSections.h123 std::atomic<bool> hasGotOffRel = false; variable
H A DWriter.cpp540 in.got->hasGotOffRel = true; in createSyntheticSections()
H A DSyntheticSections.cpp687 return hasGotOffRel || numEntries > target->gotHeaderEntriesNum; in isNeeded()