Home
last modified time | relevance | path

Searched refs:needsInterpSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h322 bool needsInterpSection();
H A DWriter.cpp93 static bool needsInterpSection() { in needsInterpSection() function
95 !config->dynamicLinker.empty() && script->needsInterpSection(); in needsInterpSection()
292 if (needsInterpSection()) { in createSyntheticSections()
H A DLinkerScript.cpp1365 bool LinkerScript::needsInterpSection() { in needsInterpSection() function in LinkerScript