Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h143 bool hasGotOffRel = false; variable
H A DRelocations.cpp1408 in.got->hasGotOffRel = true; in scanReloc()
H A DWriter.cpp527 in.got->hasGotOffRel = true; in createSyntheticSections()
H A DSyntheticSections.cpp695 return hasGotOffRel || numEntries > target->gotHeaderEntriesNum; in isNeeded()