Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h387 bool hasGotPltOffRel = false; variable
DRelocations.cpp1393 in.gotPlt->hasGotPltOffRel = true; in scanReloc()
DWriter.cpp525 in.gotPlt->hasGotPltOffRel = true; in createSyntheticSections()
DSyntheticSections.cpp1159 return !entries.empty() || hasGotPltOffRel; in isNeeded()