Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h142 bool hasGotOffRel = false; variable
H A DRelocations.cpp1372 in.got->hasGotOffRel = true; in scanOne()
H A DWriter.cpp482 in.got->hasGotOffRel = true; in createSyntheticSections()
H A DSyntheticSections.cpp711 return hasGotOffRel || numEntries > target->gotHeaderEntriesNum; in isNeeded()