Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h384 bool hasGotPltOffRel = false; variable
H A DRelocations.cpp1369 in.gotPlt->hasGotPltOffRel = true; in scanOne()
H A DWriter.cpp480 in.gotPlt->hasGotPltOffRel = true; in createSyntheticSections()
H A DSyntheticSections.cpp1195 return !entries.empty() || hasGotPltOffRel; in isNeeded()