HomeSort by relevance Sort by last modified time
    Searched full:ldflags (Results 201 - 225 of 1516) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/gn/
BUILD.gn 37 ldflags = []
122 ldflags += [ "-m32" ]
148 ldflags += [
187 ldflags += [
206 ldflags += [ "-Wl,-w" ]
254 ldflags += [ "-stdlib=libc++" ]
256 ldflags += [ "-fsanitize=$sanitizers" ]
400 ldflags = extra_ldflags
413 ldflags = [ "/DEBUG:FASTLINK" ]
435 ldflags =
    [all...]
  /external/skqp/gn/
BUILD.gn 37 ldflags = []
124 ldflags += [ "-m32" ]
150 ldflags += [
189 ldflags += [
208 ldflags += [ "-Wl,-w" ]
255 ldflags += [ "-fsanitize=$sanitizers" ]
259 ldflags += [ "-stdlib=libc++" ]
399 ldflags = extra_ldflags
412 ldflags = [ "/DEBUG:FASTLINK" ]
434 ldflags =
    [all...]
  /external/icu/icu4c/source/config/
mh-aix-gcc 24 LINK.c= $(AIX_PREDELETE) $(CXX) $(CXXFLAGS) $(LDFLAGS)
25 LINK.cc= $(AIX_PREDELETE) $(CXX) $(CXXFLAGS) $(LDFLAGS)
31 SHLIB.c= $(AIX_PREDELETE) $(CC) $(CFLAGS) $(LDFLAGS) -shared -Wl,-bexpall $(LD_SOOPTIONS)
32 SHLIB.cc= $(AIX_PREDELETE) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared -Wl,-bexpall $(LD_SOOPTIONS)
39 LDFLAGS += -Wl,-bbigtoc
41 ## These are the library specific LDFLAGS
133 # LDflags that pkgdata will use
mh-cygwin 31 LINK.c= $(CXX) $(CXXFLAGS) $(LDFLAGS)
32 #LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
40 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
41 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
44 #SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -shared "
45 #SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared "
111 # LDflags that pkgdata will use
mh-cygwin64 31 LINK.c= $(CXX) $(CXXFLAGS) $(LDFLAGS)
32 #LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
40 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
41 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
44 #SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -shared "
45 #SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared "
111 # LDflags that pkgdata will use
  /device/google/contexthub/firmware/app/
app.mk 171 LDFLAGS := -T $(NANOHUB_DIR)/os/platform/$(PLATFORM)/lkr/app.lkr
172 LDFLAGS += -nostartfiles
173 LDFLAGS += -nostdlib
174 LDFLAGS += -Wl,--gc-sections
175 LDFLAGS += -Wl,-Map,$(OUT)/$(BIN).map
176 LDFLAGS += -Wl,--cref
178 LDFLAGS += -Bstatic
179 LDFLAGS += -Wl,--emit-relocs
181 LDFLAGS += -Bdynamic
182 LDFLAGS += -Wl,--no-undefine
    [all...]
  /external/ImageMagick/MagickCore/
MagickCore-config.1 12 .Op Fl -ldflags
33 .It Fl -ldflags , -libs
61 .Dl cc `MagickCore-config --cppflags --ldflags` program.c
  /external/ImageMagick/MagickWand/
MagickWand-config.1 11 .B [--ldflags]
35 cc `MagickWand-config \-\-cflags \-\-cppflags \-\-ldflags \-\-libs` program.c
53 .B \-\-ldflags
  /external/curl/m4/
xc-val-flgs.m4 53 for xc_word in $LDFLAGS; do
70 AC_MSG_NOTICE([using LDFLAGS: $LDFLAGS])
71 xc_bad_var_msg="LDFLAGS note: LDFLAGS should only be used to specify linker flags, not"
72 for xc_word in $LDFLAGS; do
117 AC_MSG_NOTICE([$xc_bad_var_msg library runtime directories. Use LDFLAGS for: $xc_word])
120 AC_MSG_NOTICE([$xc_bad_var_msg library directories. Use LDFLAGS for: $xc_word])
174 AC_MSG_NOTICE([$xc_bad_var_msg library runtime directories. Use LDFLAGS for: $xc_word])
177 AC_MSG_NOTICE([$xc_bad_var_msg library directories. Use LDFLAGS for: $xc_word]
    [all...]
  /external/gptfdisk/
Makefile.mac 21 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -lncurses -o cgdisk
22 # $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licucore -lncurses -o cgdisk
29 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts
  /external/iproute2/ip/
Makefile 25 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
28 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
41 LDFLAGS += -Wl,-export-dynamic
  /external/jemalloc/android/scripts/
conf_arm.sh 26 ldflags=(
57 LDFLAGS=\"${ldflags[@]}\" \
conf_arm64.sh 26 ldflags=(
56 LDFLAGS=\"${ldflags[@]}\" \
conf_x86.sh 26 ldflags=(
57 LDFLAGS=\"${ldflags[@]}\" \
conf_x86_64.sh 26 ldflags=(
57 LDFLAGS=\"${ldflags[@]}\" \
  /external/libcxx/
Android.bp 90 ldflags: ["-Wl,--exclude-libs,libunwind_llvm.a"],
96 ldflags: [
103 ldflags: ["-nodefaultlibs"],
  /external/libunwind/android/
conf_arm.sh 36 ldflags=(
65 LDFLAGS=\"${ldflags[@]}\" \
conf_mips.sh 34 ldflags=(
62 LDFLAGS=\"${ldflags[@]}\" \
conf_x86.sh 34 ldflags=(
62 LDFLAGS=\"${ldflags[@]}\" \
  /external/python/cpython3/Misc/
python-config.in 12 'ldflags', 'extension-suffix', 'help', 'abiflags', 'configdir']
49 elif opt in ('--libs', '--ldflags'):
55 if opt == '--ldflags':
  /external/swiftshader/src/OpenGL/libEGL/
BUILD.gn 73 ldflags = [ "-Wl,-install_name,@rpath/libswiftshader_libEGL.dylib" ]
75 ldflags = [ "/DEF:" + rebase_path("libGLESv2.def", root_build_dir) ]
78 ldflags =
  /external/swiftshader/src/OpenGL/libGLESv2/
BUILD.gn 110 ldflags = [ "/DEF:" + rebase_path("libGLESv2.def", root_build_dir) ]
116 ldflags = [ "-Wl,-install_name,@rpath/libswiftshader_libGLESv2.dylib" ]
118 ldflags =
  /hardware/qcom/msm8998/json-c/
configure.ac 81 saved_LDFLAGS="${LDFLAGS}"
83 LDFLAGS=-Wl,-Bsymbolic-functions
93 LDFLAGS="${saved_LDFLAGS}"
  /prebuilts/go/darwin-x86/test/
linkx_run.go 27 cmd := exec.Command("go", "run", "-ldflags=-X main.tbd"+sep+"hello -X main.overwrite"+sep+"trumped -X main.nosuchsymbol"+sep+"neverseen", "linkx.go")
47 cmd = exec.Command("go", "run", "-ldflags=-X main.tbd", "linkx.go")
55 cmd = exec.Command("go", "run", "-ldflags=-X main.b=false -X main.x=42", "linkx.go")
  /prebuilts/go/linux-x86/test/
linkx_run.go 27 cmd := exec.Command("go", "run", "-ldflags=-X main.tbd"+sep+"hello -X main.overwrite"+sep+"trumped -X main.nosuchsymbol"+sep+"neverseen", "linkx.go")
47 cmd = exec.Command("go", "run", "-ldflags=-X main.tbd", "linkx.go")
55 cmd = exec.Command("go", "run", "-ldflags=-X main.b=false -X main.x=42", "linkx.go")

Completed in 938 milliseconds

1 2 3 4 5 6 7 891011>>