Home
last modified time | relevance | path

Searched defs:as_needed (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/ld/
Dldmain.c98 bfd_boolean as_needed; variable
Dldlang.h269 bfd_boolean as_needed; member
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldmain.c98 bfd_boolean as_needed; variable
Dldlang.h275 unsigned int as_needed : 1; member
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DCommonArgs.cpp962 const char *tools::getAsNeededOption(const ToolChain &TC, bool as_needed) { in getAsNeededOption()