HomeSort by relevance Sort by last modified time
    Searched refs:rpath (Results 51 - 75 of 227) sorted by null

1 23 4 5 6 7 8 910

  /external/libunwind/aux/
ltmain.sh 791 rpath=
912 rpath | xrpath)
921 if test "$prev" = rpath; then
922 case "$rpath " in
924 *) rpath="$rpath $arg" ;;
1121 -rpath)
1122 prev=rpath
    [all...]
  /external/python/cpython2/Modules/
makesetup 164 -rpath) libs="$libs $arg"; skip=libs;;
165 --rpath) libs="$libs $arg"; skip=libs;;
  /external/python/cpython3/Modules/
makesetup 166 -rpath) libs="$libs $arg"; skip=libs;;
167 --rpath) libs="$libs $arg"; skip=libs;;
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
makesetup 164 -rpath) libs="$libs $arg"; skip=libs;;
165 --rpath) libs="$libs $arg"; skip=libs;;
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
makesetup 164 -rpath) libs="$libs $arg"; skip=libs;;
165 --rpath) libs="$libs $arg"; skip=libs;;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
makesetup 164 -rpath) libs="$libs $arg"; skip=libs;;
165 --rpath) libs="$libs $arg"; skip=libs;;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
makesetup 164 -rpath) libs="$libs $arg"; skip=libs;;
165 --rpath) libs="$libs $arg"; skip=libs;;
  /external/elfutils/src/
ld.c 92 { "rpath-link", ARGP_rpath_link, "PATH", OPTION_HIDDEN, NULL, 0 },
141 { "rpath", 'R', "PATH", OPTION_HIDDEN, NULL, 0 },
363 /* Get runpath/rpath information in usable form. */
641 add_rxxpath (&ld_state.rpath, arg);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_ext.py 82 ('rpath=', 'R',
99 "add user include, library and rpath"),
122 self.rpath = None
175 if self.rpath is None:
176 self.rpath = []
177 elif type(self.rpath) is StringType:
178 self.rpath = string.split(self.rpath, os.pathsep)
278 self.rpath.append(user_lib)
336 if self.rpath is not None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_ext.py 82 ('rpath=', 'R',
99 "add user include, library and rpath"),
122 self.rpath = None
175 if self.rpath is None:
176 self.rpath = []
177 elif type(self.rpath) is StringType:
178 self.rpath = string.split(self.rpath, os.pathsep)
278 self.rpath.append(user_lib)
336 if self.rpath is not None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 82 ('rpath=', 'R',
99 "add user include, library and rpath"),
122 self.rpath = None
175 if self.rpath is None:
176 self.rpath = []
177 elif type(self.rpath) is StringType:
178 self.rpath = string.split(self.rpath, os.pathsep)
278 self.rpath.append(user_lib)
336 if self.rpath is not None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 82 ('rpath=', 'R',
99 "add user include, library and rpath"),
122 self.rpath = None
175 if self.rpath is None:
176 self.rpath = []
177 elif type(self.rpath) is StringType:
178 self.rpath = string.split(self.rpath, os.pathsep)
278 self.rpath.append(user_lib)
336 if self.rpath is not None
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
    [all...]
ltmain.sh 1127 rpath=
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh 1127 rpath=
    [all...]
  /external/elfutils/tests/
run-alldts.sh 45 RPATH Library rpath: [(null)]
  /external/icu/icu4c/source/config/
mh-cygwin 50 LD_RPATH_PRE= -Wl,-rpath,
mh-cygwin64 50 LD_RPATH_PRE= -Wl,-rpath,
mh-darwin 41 LD_RPATH_PRE= -Wl,-rpath,
mh-mingw 58 LD_RPATH_PRE= -Wl,-rpath,
mh-mingw64 58 LD_RPATH_PRE= -Wl,-rpath,
  /external/tensorflow/tensorflow/stream_executor/
dso_loader.cc 203 // Otherwise, try binary-plus-rpath locations.
207 for (const string& rpath : *GetRpaths()) {
209 port::Join(StringPieces{binary_directory, rpath, library_name}, "/");
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
  /toolchain/binutils/binutils-2.27/
ltmain.sh     [all...]

Completed in 2482 milliseconds

1 23 4 5 6 7 8 910