OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ldflags
(Results
401 - 425
of
1516
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/mmc-utils/
Makefile
38
$(CC) $(CFLAGS) -o $@ $(objects) $(
LDFLAGS
) $(LIBS)
/external/perfetto/gn/standalone/libc++/
BUILD.gn
33
ldflags
= [ "-nodefaultlibs" ]
/external/ppp/pppd/plugins/pppoatm/
Makefile.linux
4
LDFLAGS
= -shared
/external/python/cpython2/Mac/Tools/
fixapplepython23.py
21
'LDSHARED=\t$(CC) $(
LDFLAGS
) -bundle -framework $(PYTHONFRAMEWORK)\n',
22
'LDSHARED=\t$(CC) $(
LDFLAGS
) -bundle -undefined dynamic_lookup\n'
24
'BLDSHARED=\t$(CC) $(
LDFLAGS
) -bundle -framework $(PYTHONFRAMEWORK)\n',
25
'BLDSHARED=\t$(CC) $(
LDFLAGS
) -bundle -undefined dynamic_lookup\n'
/external/python/cpython2/Tools/freeze/
makemakefile.py
26
outfp.write("\t$(LINKCC) $(
LDFLAGS
) $(LINKFORSHARED) %s -o %s $(LDLAST)\n" %
/external/selinux/mcstrans/src/
Makefile
19
$(CC) $(
LDFLAGS
) -pie -o $@ $^ -lselinux -lcap -lpcre $(LIBSEPOLA)
/external/swiftshader/third_party/LLVM/autoconf/m4/
build_exeext.m4
21
ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $
LDFLAGS
conftest.$ac_ext $LIBS 1>&AS_MESSAGE_LOG_FD'
/external/syslinux/gpxe/src/arch/x86_64/
Makefile
18
LDFLAGS
+= -m elf_x86_64
/frameworks/base/native/graphics/jni/
Android.bp
36
ldflags
: ["-Wl,--hash-style=both"],
/frameworks/rs/cpp/
Android.bp
92
ldflags
: [
/hardware/qcom/msm8998/json-c/
Android.configure.mk
20
LDFLAGS
="$(CONFIGURE_LDFLAGS)" \
/prebuilts/go/darwin-x86/misc/cgo/test/
issue21897.go
10
#cgo
LDFLAGS
: -framework CoreFoundation
issue4029.go
12
#cgo linux
LDFLAGS
: -ldl
/prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan11.go
21
#cgo
LDFLAGS
: -g -fsanitize=thread
tsan2.go
13
#cgo
LDFLAGS
: -fsanitize=thread
tsan5.go
11
// #cgo
LDFLAGS
: -fsanitize=thread
tsan6.go
12
#cgo
LDFLAGS
: -fsanitize=thread
tsan8.go
13
#cgo
LDFLAGS
: -fsanitize=thread
tsan9.go
14
#cgo
LDFLAGS
: -g -fsanitize=thread
tsan_shared.go
14
#cgo
LDFLAGS
: -fsanitize=thread
/prebuilts/go/linux-x86/misc/cgo/test/
issue21897.go
10
#cgo
LDFLAGS
: -framework CoreFoundation
issue4029.go
12
#cgo linux
LDFLAGS
: -ldl
/prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan11.go
21
#cgo
LDFLAGS
: -g -fsanitize=thread
tsan2.go
13
#cgo
LDFLAGS
: -fsanitize=thread
tsan5.go
11
// #cgo
LDFLAGS
: -fsanitize=thread
Completed in 965 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>