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

  /external/lldb/examples/darwin/heap_find/heap/
Makefile 21 $(CXX) $(CFLAGS) -install_name "@executable_path/libheap.dylib" -dynamiclib -lobjc heap_find.cpp -o "$(EXE)"
  /external/lldb/test/functionalities/load_unload/
Makefile 23 $(CC) $(CFLAGS) -dynamiclib -install_name "@executable_path/liba.dylib" -o liba.dylib a.o -L. -lb
30 $(CC) $(CFLAGS) -dynamiclib -install_name "@executable_path/libb.dylib" -o libb.dylib b.o
37 $(CC) $(CFLAGS) -dynamiclib -install_name "@executable_path/libc.dylib" -o libc.dylib c.o
44 $(CC) $(CFLAGS) -dynamiclib -install_name "$(CWD)/libd.dylib" -o libd.dylib d.o
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 679 install_name = self.GetPerTargetSetting(
684 if '$' in install_name:
685 assert install_name in ('$(DYLIB_INSTALL_NAME_BASE:standardizepath)/'
689 (self.spec['target_name'], install_name))
691 install_name = install_name.replace(
696 install_name = install_name.replace(
698 install_name = install_name.replace
    [all...]
  /external/chromium_org/third_party/icu/source/config/
mh-darwin 32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
  /external/icu/icu4c/source/config/
mh-darwin 32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
  /build/core/combo/
HOST_darwin-x86.mk 95 -install_name @rpath/$(notdir $@) \
  /external/compiler-rt/make/
AppleBI.mk 62 -install_name /usr/lib/system/libcompiler_rt.dylib \
138 -install_name /usr/lib/system/libcompiler_rt_sim.dylib \
  /external/lldb/lib/
Makefile 131 # Mac OS X 10.4 and earlier tools do not allow a second -install_name on command line
134 LLVMLibsOptions += -Wl,-install_name \
  /external/chromium_org/tools/clang/scripts/
update.sh 424 -lSystem -install_name @executable_path/libc++.dylib \

Completed in 271 milliseconds