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

1234

/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/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/elfutils/src/tests/
H A Dtest-wrapper.sh19 # We don't compile in an rpath because we want "make installcheck" to
52 echo >&2 installcheck not possible with --enable-tests-rpath
H A Dtest-subr.sh96 echo >&2 installcheck not possible with --enable-tests-rpath
/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/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,
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,
H A Dmh-linux-va27 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
28 #LD_RPATH_PRE = -Wl,-rpath,
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java1383 String rpath = wholeBundle.reader.getAlias(_resource);
1387 if (aliasesVisited.get(rpath) != null) {
1391 aliasesVisited.put(rpath, "");
1392 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) {
1393 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1);
1394 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1);
1395 bundleName = rpath.substring(1, i);
1397 locale = rpath.substring(i + 1);
1399 locale = rpath.substring(i + 1, j);
1400 keyPath = rpath
[all...]
/external/libvncserver/x11vnc/misc/turbovnc/
H A DREADME51 env LDFLAGS='-L/DIR -Xlinker --rpath=/DIR' ./configure
72 env LDFLAGS='-L/path/to/turbojpeg -Xlinker --rpath=/path/to/turbojpeg' ./configure
82 different (e.g. -R instead of -Xlinker --rpath).
/external/libunwind/aux/
H A Dltmain.sh791 rpath=
912 rpath | xrpath)
921 if test "$prev" = rpath; then
922 case "$rpath " in
924 *) rpath="$rpath $arg" ;;
1121 -rpath)
1122 prev=rpath
1752 # Make sure the rpath contains only unique directories.
2159 if test -n "$rpath"; the
[all...]
/external/elfutils/src/src/
H A Dld.c93 { "rpath-link", ARGP_rpath_link, "PATH", OPTION_HIDDEN, NULL, 0 },
142 { "rpath", 'R', "PATH", OPTION_HIDDEN, NULL, 0 },
369 /* Get runpath/rpath information in usable form. */
647 add_rxxpath (&ld_state.rpath, arg);
1336 /* Called after all parameters are parsed to bring the runpath/rpath
1344 At this point we also discard the rpath information if runpath
1345 information is provided. rpath is deprecated and should not be
1347 if (ld_state.rpath != NULL)
1349 struct pathelement *endp = ld_state.rpath;
1350 ld_state.rpath
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1479 rpath=
1721 rpath | xrpath)
1730 if test "$prev" = rpath; then
1731 case "$rpath " in
1733 *) rpath="$rpath $arg" ;;
2040 -rpath)
2041 prev=rpath
[all...]
H A Dltmain.sh1127 rpath=
1369 rpath | xrpath)
1378 if test "$prev" = rpath; then
1379 case "$rpath " in
1381 *) rpath="$rpath $arg" ;;
1688 -rpath)
1689 prev=rpath
2499 # Make sure the rpath contains only unique directories.
3070 if test -n "$rpath"; the
[all...]

Completed in 549 milliseconds

1234