Searched refs:needsInterpSection (Results 1 – 3 of 3) sorted by relevance
377 bool needsInterpSection();
4565 static bool needsInterpSection(Ctx &ctx) { in needsInterpSection() function4567 !ctx.arg.dynamicLinker.empty() && ctx.script->needsInterpSection(); in needsInterpSection()4583 (ctx.arg.relocatable || ctx.arg.shared || needsInterpSection(ctx)); in canHaveMemtagGlobals()4726 if (needsInterpSection(ctx)) { in createSyntheticSections()
1738 bool LinkerScript::needsInterpSection() { in needsInterpSection() function in LinkerScript