Searched refs:needsInterpSection (Results 1 – 3 of 3) sorted by relevance
344 bool needsInterpSection();
4492 static bool needsInterpSection() { in needsInterpSection() function4494 !config->dynamicLinker.empty() && script->needsInterpSection(); in needsInterpSection()4510 (config->relocatable || config->shared || needsInterpSection()); in canHaveMemtagGlobals()4660 if (needsInterpSection()) { in createSyntheticSections()
1574 bool LinkerScript::needsInterpSection() { in needsInterpSection() function in LinkerScript