OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dynamic_lookup
(Results
1 - 7
of
7
) sorted by null
/external/clang/examples/analyzer-plugin/
Makefile
19
LDFLAGS=-Wl,-undefined,
dynamic_lookup
/external/clang/examples/PrintFunctionNames/
Makefile
27
LDFLAGS=-Wl,-undefined,
dynamic_lookup
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk
12
LOCAL_LDLIBS += -Wl,-undefined,
dynamic_lookup
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk
20
LOCAL_LDLIBS += -Wl,-undefined,
dynamic_lookup
/external/compiler-rt/make/platform/
clang_darwin.mk
203
LDFLAGS.asan_osx_dynamic := -lstdc++ -undefined
dynamic_lookup
209
LDFLAGS.asan_iossim_dynamic := -undefined
dynamic_lookup
\
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
123
LDSHARED= x86_64-apple-darwin-gcc -bundle -undefined
dynamic_lookup
$(LDFLAGS)
124
BLDSHARED= x86_64-apple-darwin-gcc -bundle -undefined
dynamic_lookup
$(LDFLAGS)
125
LDCXXSHARED= x86_64-apple-darwin-gcc -bundle -undefined
dynamic_lookup
500
$(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined
dynamic_lookup
-Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
501
$(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined
dynamic_lookup
-Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
[
all
...]
Completed in 80 milliseconds