| /build/soong/cc/ |
| coverage.go | 30 // Whether binaries containing this module need --coverage added to their ldflags 56 // with coverage, then we need to add --coverage to our ldflags. 90 flags.LdFlags = append(flags.LdFlags, "--coverage")
|
| /cts/suite/audio_quality/executable/ |
| Android.bp | 34 ldflags: [
|
| /cts/suite/audio_quality/lib/ |
| Android.bp | 40 ldflags: [
|
| /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/ |
| GNUmakefile | 17 $(CC) $(CCFLAGS) $(LDFLAGS) -o generate_image generate_image.c
|
| /external/capstone/tests/ |
| Makefile | 29 LDFLAGS += -L$(LIBDIR) 32 LDFLAGS += $(foreach arch,$(LIBARCHS),-arch $(arch)) 134 $(CC) $(LDFLAGS) $< -l$(LIBNAME) -o $@ 139 $(CC) $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
|
| /external/icu/icu4c/source/config/ |
| mh-hpux-gcc | 30 LINK.c= $(CXX) $(DEFS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH) 31 LINK.cc= $(CXX) $(DEFS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH) 37 SHLIB.c= $(CC) $(DEFS) $(CFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS) 38 SHLIB.cc= $(CXX) $(DEFS) $(CXXFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
|
| /external/icu/icu4c/source/samples/case/ |
| Makefile | 24 LDFLAGS += $(LDFLAGS_USTDIO)
|
| /external/icu/icu4c/source/samples/citer/ |
| Makefile | 22 LDFLAGS += $(LDFLAGS_USTDIO)
|
| /external/icu/icu4c/source/samples/datecal/ |
| Makefile | 24 LDFLAGS += $(LDFLAGS_USTDIO)
|
| /external/linux-kselftest/tools/testing/selftests/timers/ |
| Makefile | 3 LDFLAGS += -lrt -lpthread -lm
|
| /external/lisa/tools/arm64/ |
| README.rt-app | 9 ./configure --host=aarch64-linux-gnu LDFLAGS=" --static -L/home/brendan/sources/json-c/." CFLAGS="-I/home/brendan/sources/ " --with-deadline
|
| /external/lisa/tools/armeabi/ |
| README.rt-app | 9 ./configure --host=arm-linux-gnueabihf LDFLAGS=" --static -L/home/brendan/sources/json-c/." CFLAGS="-I/home/brendan/sources/ " --with-deadline
|
| /external/ltp/tools/pounder21/src/time_tests/ |
| Makefile | 21 LDFLAGS += -lrt
|
| /external/mesa3d/src/vulkan/wsi/ |
| Makefile.am | 31 # FIXME: Use pkg-config for X11-xcb ldflags.
|
| /external/selinux/libsemanage/tests/ |
| Makefile | 19 $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
| /external/selinux/policycoreutils/hll/pp/ |
| Makefile | 18 $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
| /external/selinux/policycoreutils/load_policy/ |
| Makefile | 8 override CFLAGS += $(LDFLAGS) -DUSE_NLS -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\""
|
| /external/syslinux/gpxe/src/arch/x86/ |
| Makefile.efi | 9 LDFLAGS += -q -S
|
| /external/syslinux/utils/ |
| Makefile | 21 LDFLAGS = -O2 54 $(CC) $(LDFLAGS) -o $@ $^ -luuid 57 $(CC) $(LDFLAGS) -o $@ $^ 60 $(CC) $(LDFLAGS) -o $@ $^
|
| /external/tensorflow/tensorflow/go/ |
| android.go | 19 // #cgo LDFLAGS: -landroid -llog -lm -lz -ldl
|
| lib.go | 19 // #cgo LDFLAGS: -ltensorflow
|
| /external/tensorflow/tensorflow/go/genop/internal/ |
| lib.go | 20 // #cgo LDFLAGS: -ltensorflow
|
| /external/toolchain-utils/android_bench_suite/ |
| run.py | 79 '--ldflags', 221 def check_count(compiler, llvm_version, build_os, cflags, ldflags): 233 if len(ldflags) != 0: 234 if count != 0 and len(ldflags) != count: 236 count = len(ldflags) 249 ldflags): 260 if ldflags: 261 build_cmd.append('--ldflags=' + ldflags[setting_no]) 401 ldflags = arguments.ldflag [all...] |
| /external/v4l2_codec2/vda/ |
| Android.bp | 48 ldflags: [
|
| /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/ |
| Makefile | 19 $(CXXFLAGS) $(LDFLAGS) \ 27 $(CXXFLAGS) $(LDFLAGS) \ 35 $(CXXFLAGS) $(LDFLAGS) \ 43 $(CXXFLAGS) $(LDFLAGS) \
|