Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h273 bool needsInterpSection();
H A DWriter.cpp137 static bool needsInterpSection() { in needsInterpSection() function
139 Script->needsInterpSection(); in needsInterpSection()
292 if (needsInterpSection()) { in createSyntheticSections()
916 if (Config->Relocatable || needsInterpSection()) in addRelIpltSymbols()
H A DLinkerScript.cpp1093 bool LinkerScript::needsInterpSection() { in needsInterpSection() function in LinkerScript