Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h387 bool hasGotPltOffRel = false; variable
H A DRelocations.cpp1405 in.gotPlt->hasGotPltOffRel = true; in scanReloc()
H A DWriter.cpp525 in.gotPlt->hasGotPltOffRel = true; in createSyntheticSections()
H A DSyntheticSections.cpp1170 return !entries.empty() || hasGotPltOffRel; in isNeeded()