Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h377 bool needsInterpSection();
H A DSyntheticSections.cpp4565 static bool needsInterpSection(Ctx &ctx) { in needsInterpSection() function
4567 !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()
H A DLinkerScript.cpp1738 bool LinkerScript::needsInterpSection() { in needsInterpSection() function in LinkerScript