| /external/ImageMagick/MagickCore/ |
| MagickCore-config.in | 11 Usage: MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]" 15 echo "Example: gcc \`MagickCore-config --cflags --cppflags\` -o core core.c \`Magick-config --ldflags --libs\`" 1>&2 49 --ldflags)
|
| /external/ImageMagick/MagickWand/ |
| MagickWand-config.in | 11 Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]" 15 echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --ldflags --libs\`" 1>&2 49 --ldflags)
|
| /external/ImageMagick/tests/ |
| Makefile.am | 25 tests_validate_LDFLAGS = $(LDFLAGS) 30 tests_drawtest_LDFLAGS = $(LDFLAGS) 35 tests_wandtest_LDFLAGS = $(LDFLAGS)
|
| /external/jemalloc/android/scripts/ |
| conf_mips.sh | 25 ldflags=( 55 LDFLAGS=\"${ldflags[@]}\" \
|
| /external/jemalloc/bin/ |
| jemalloc-config.in | 21 --ldflags : Print library flags used to build jemalloc. 70 --ldflags) 71 echo "@LDFLAGS@ @EXTRA_LDFLAGS@"
|
| /external/llvm/tools/llvm-go/ |
| llvm-go.go | 92 args := append([]string{"--ldflags", "--libs", "--system-libs"}, components...) 93 ldflags := llvmConfig(args...) 97 ldflags = "-Wl,-rpath," + llvmConfig("--libdir") + " " + ldflags 102 ld: ldflags, 140 #cgo LDFLAGS: %s 148 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string) { 184 "CGO_LDFLAGS=" + flags.ld + " " + ldflags, 242 ldflags := os.Getenv("CGO_LDFLAGS") 255 {"ldflags", &ldflags} [all...] |
| /external/python/cpython2/Misc/ |
| python-config.in | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 52 if opt == '--ldflags':
|
| /external/toybox/kconfig/lxdialog/ |
| check-lxdialog.sh | 5 ldflags() function 75 "-ldflags") 78 ldflags
|
| /hardware/google/av/media/codecs/base/ |
| Android.bp | 39 ldflags: ["-Wl,-Bsymbolic"], 66 ldflags: ["-Wl,-Bsymbolic"], 139 ldflags: ["-Wl,-Bsymbolic"],
|
| /prebuilts/gdb/darwin-x86/bin/ |
| python-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2.7-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| /prebuilts/gdb/linux-x86/bin/ |
| python-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2.7-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| /prebuilts/python/darwin-x86/2.7.5/bin/ |
| python-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2.7-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| /prebuilts/python/linux-x86/2.7.5/bin/ |
| python-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| python2.7-config | 9 'ldflags', 'help'] 46 elif opt in ('--libs', '--ldflags'): 51 if opt == '--ldflags':
|
| /bionic/libdl/ |
| Android.bp | 44 ldflags: ["-Wl,--exclude-libs=libgcc.a"], 50 ldflags: ["-Wl,--hash-style=both"], 62 ldflags: [ 69 ldflags: ["-Wl,--exclude-libs=libgcc_eh.a"],
|
| /build/soong/cc/ |
| object.go | 67 flags.LdFlags = append(flags.LdFlags, ctx.toolchain().ToolchainClangLdflags()) 69 flags.LdFlags = append(flags.LdFlags, ctx.toolchain().ToolchainLdflags())
|
| /external/autotest/client/deps/ibusclient/src/ |
| Makefile | 11 $(CXX) $(LDFLAGS) $(CXXFLAGS) $^ -o ../$@ $(LDLIBS)
|
| /external/autotest/client/tests/monotonic_time/src/ |
| Makefile | 15 $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
|