HomeSort by relevance Sort by last modified time
    Searched refs:dynamic_lookup (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/clang/plugins/
Makefile 18 LDFLAGS=-Wl,-undefined,dynamic_lookup
  /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 17 LOCAL_SDL_LDLIBS += -Wl,-undefined,dynamic_lookup
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 25 LOCAL_LDLIBS += -Wl,-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...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 166 LDFLAGS.asan_osx_dynamic := -framework Foundation -lstdc++ -undefined dynamic_lookup
  /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 189 milliseconds