Searched refs:needsInterpSection (Results 1 – 3 of 3) sorted by relevance
311 bool needsInterpSection();
155 static bool needsInterpSection() { in needsInterpSection() function157 !config->dynamicLinker.empty() && script->needsInterpSection(); in needsInterpSection()351 if (needsInterpSection()) { in createSyntheticSections()
1304 bool LinkerScript::needsInterpSection() { in needsInterpSection() function in LinkerScript