Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h227 llvm::StringRef dynamicLinker; member
H A DSyntheticSections.cpp267 StringRef s = ctx.saver.save(ctx.arg.dynamicLinker); in createInterpSection()
4567 !ctx.arg.dynamicLinker.empty() && ctx.script->needsInterpSection(); in needsInterpSection()
H A DDriver.cpp1405 ctx.arg.dynamicLinker = getDynamicLinker(ctx, args); in readConfigs()