Searched refs:needsInterpSection (Results 1 – 3 of 3) sorted by relevance
331 bool needsInterpSection();
93 static bool needsInterpSection() { in needsInterpSection() function95 !config->dynamicLinker.empty() && script->needsInterpSection(); in needsInterpSection()312 (config->relocatable || config->shared || needsInterpSection()); in canHaveMemtagGlobals()334 if (needsInterpSection()) { in createSyntheticSections()
1414 bool LinkerScript::needsInterpSection() { in needsInterpSection() function in LinkerScript