| /external/syslinux/efi/ |
| Makefile | 73 $(LD) $(LDFLAGS) --strip-debug -o $@ $^ -lgnuefi -lefi
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/ |
| Make.defaults | 117 LDFLAGS += -nostdlib --warn-common --no-undefined --fatal-warnings
|
| /external/syslinux/gpxe/src/ |
| Makefile | 9 LDFLAGS :=
|
| /external/syslinux/memdisk/ |
| Makefile | 19 LDFLAGS = $(GCCOPT) -g
|
| /external/tensorflow/tensorflow/contrib/lite/ |
| Makefile | 131 $(LIBFLAGS) $(LIB_PATH) $(LDFLAGS) $(LIBS)
|
| /external/v8/testing/gmock/ |
| configure.ac | 129 GTEST_LDFLAGS=`${GTEST_CONFIG} --ldflags`
|
| /external/valgrind/mpi/ |
| Makefile.am | 12 LDFLAGS =
|
| /external/webrtc/webrtc/modules/video_capture/ |
| video_capture.gypi | 186 'ldflags': [
|
| /external/webrtc/webrtc/modules/video_render/ |
| video_render.gypi | 194 'ldflags': [
|
| /external/wpa_supplicant_8/hs20/client/ |
| Makefile | 83 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
|
| /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/ |
| Makefile.am | 74 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
|
| /prebuilts/go/darwin-x86/src/cmd/link/ |
| linkbig_test.go | 99 cmd = exec.Command(testenv.GoToolPath(t), "build", "-o", "bigtext", "-ldflags", "'-linkmode=external'")
|
| /prebuilts/go/darwin-x86/src/plugin/ |
| plugin_dlopen.go | 10 #cgo linux LDFLAGS: -ldl
|
| /prebuilts/go/linux-x86/src/cmd/link/ |
| linkbig_test.go | 99 cmd = exec.Command(testenv.GoToolPath(t), "build", "-o", "bigtext", "-ldflags", "'-linkmode=external'")
|
| /prebuilts/go/linux-x86/src/plugin/ |
| plugin_dlopen.go | 10 #cgo linux LDFLAGS: -ldl
|
| /toolchain/benchmark/ |
| collect_profile.py | 62 run_cmd.append('--ldflags=-fprofile-generate=%s' % pathDUT)
|
| /toolchain/binutils/binutils-2.27/libiberty/testsuite/ |
| Makefile.in | 36 LIBCFLAGS = $(CFLAGS) $(LDFLAGS)
|
| /external/minijail/ |
| common.mk | 286 $($(2)) $($(4)) -x $(3) $(LDFLAGS) $(5) - $(6) -o /dev/null > /dev/null 2>&1 \ 352 LDFLAGS := $(LDFLAGS) --coverage 355 LDFLAGS := $(LDFLAGS) -Wl,-z,relro -Wl,-z,noexecstack -Wl,-z,now 396 $(2) $(LDFLAGS) \ 420 $(2) $(LDFLAGS) \ [all...] |
| /external/modp_b64/ |
| common.mk | 285 $($(2)) $($(4)) -x $(3) $(LDFLAGS) $(5) - $(6) -o /dev/null > /dev/null 2>&1 \ 350 LDFLAGS := $(LDFLAGS) --coverage 353 LDFLAGS := $(LDFLAGS) -Wl,-z,relro -Wl,-z,noexecstack -Wl,-z,now 394 $(2) $(LDFLAGS) \ 418 $(2) $(LDFLAGS) \ [all...] |
| /prebuilts/go/darwin-x86/src/cmd/cgo/ |
| doc.go | 34 CFLAGS, CPPFLAGS, CXXFLAGS, FFLAGS and LDFLAGS may be defined with pseudo 44 // #cgo LDFLAGS: -lpng 48 Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool 65 the allowed CPPFLAGS, CXXFLAGS, FFLAGS, and LDFLAGS. 78 and used to compile Fortran files in that package. All the LDFLAGS directives 89 // #cgo LDFLAGS: -L${SRCDIR}/libs -lfoo 93 // #cgo LDFLAGS: -L/go/src/foo/libs -lfoo [all...] |
| /prebuilts/go/linux-x86/src/cmd/cgo/ |
| doc.go | 34 CFLAGS, CPPFLAGS, CXXFLAGS, FFLAGS and LDFLAGS may be defined with pseudo 44 // #cgo LDFLAGS: -lpng 48 Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool 65 the allowed CPPFLAGS, CXXFLAGS, FFLAGS, and LDFLAGS. 78 and used to compile Fortran files in that package. All the LDFLAGS directives 89 // #cgo LDFLAGS: -L${SRCDIR}/libs -lfoo 93 // #cgo LDFLAGS: -L/go/src/foo/libs -lfoo [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/load/ |
| pkg.go | 141 Ldflags []string // -ldflags for this package 911 p.Internal.Ldflags = BuildLdflags.For(p) [all...] |
| /prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
| pkg.go | 141 Ldflags []string // -ldflags for this package 911 p.Internal.Ldflags = BuildLdflags.For(p) [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| msvc9compiler.py | 613 ldflags = self.ldflags_shared_debug[1:]
615 ldflags = self.ldflags_shared[1:]
618 ldflags = self.ldflags_shared_debug
620 ldflags = self.ldflags_shared
626 ld_args = (ldflags + lib_opts + export_opts +
|
| /external/python/cpython2/Lib/distutils/ |
| msvc9compiler.py | 613 ldflags = self.ldflags_shared_debug[1:] 615 ldflags = self.ldflags_shared[1:] 618 ldflags = self.ldflags_shared_debug 620 ldflags = self.ldflags_shared 626 ld_args = (ldflags + lib_opts + export_opts +
|