Searched refs:rpath (Results 1 - 25 of 115) sorted by relevance

12345

/external/lldb/tools/lldb-platform/
H A DMakefile18 LLVMLibsOptions += -Wl,-rpath,@loader_path/../lib/
22 LLVMLibsOptions += -Wl,-rpath,$(LibDir)
/external/lldb/tools/driver/
H A DMakefile20 LLVMLibsOptions += -Wl,-rpath,@loader_path/../lib/
25 LLVMLibsOptions += -Wl,-rpath,$(LibDir)
30 LLVMLibsOptions += -Wl,-rpath,$(LibDir)
/external/stlport/test/compiler/StTerm-order/
H A DMakefile12 LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
/external/dhcpcd/mk/
H A Dos-Darwin.mk5 LINK_RPATH= --rpath
/external/lldb/examples/functions/
H A DMakefile12 LD_EXTRAS ?= -framework LLDB -Wl,-rpath,"$(LLDB_BUILD_DIR)"
/external/lldb/examples/lookup/
H A DMakefile11 LD_EXTRAS ?= -framework LLDB -Wl,-rpath,"$(LLDB_BUILD_DIR)"
/external/strace/
H A Dpathtrace.c130 char *rpath; local
134 rpath = realpath(path, NULL);
136 if (rpath == NULL)
140 if (strcmp(path, rpath) == 0) {
141 free(rpath);
146 path, rpath);
147 storepath(rpath);
/external/chromium_org/third_party/icu/source/config/
H A Dmh-linux20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
21 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-alpha-linux-cc34 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-alpha-osf34 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-bsd-gcc21 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-haiku25 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-qnx33 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-alpha-linux-gcc25 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-beos52 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-irix32 LD_RPATH_PRE= -Wl,-rpath,
/external/icu/icu4c/source/config/
H A Dmh-linux20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
21 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-alpha-linux-cc34 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-alpha-osf34 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-bsd-gcc21 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-haiku25 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-qnx33 LD_RPATH_PRE = -Wl,-rpath,
/external/chromium_org/build/linux/
H A Dsysroot_ld_path.sh30 echo -Wl,-rpath-link=$entry
/external/jpeg/
H A Dltmain.sh389 rpath=
440 rpath)
441 rpath="$rpath $arg"
523 -rpath)
524 prev=rpath
602 $echo "$modename: \`$arg' contains no -rpath information" 1>&2
657 # Make sure the rpath contains only unique directories.
664 # This is the magic to use -rpath.
874 if test -z "$rpath"; the
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh389 rpath=
440 rpath)
441 rpath="$rpath $arg"
523 -rpath)
524 prev=rpath
602 $echo "$modename: \`$arg' contains no -rpath information" 1>&2
657 # Make sure the rpath contains only unique directories.
664 # This is the magic to use -rpath.
874 if test -z "$rpath"; the
[all...]

Completed in 313 milliseconds

12345