Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h121 std::atomic<bool> hasGotOffRel = false; variable
H A DWriter.cpp463 in.got->hasGotOffRel = true; in createSyntheticSections()
H A DSyntheticSections.cpp679 return hasGotOffRel || numEntries > target->gotHeaderEntriesNum; in isNeeded()