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

1234

/external/elfutils/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.c126 char *rpath; local
130 rpath = realpath(path, NULL);
132 if (rpath == NULL)
136 if (strcmp(path, rpath) == 0) {
137 free(rpath);
141 error_msg("Requested path '%s' resolved into '%s'", path, rpath);
142 storepath(rpath);
/external/icu/icu4c/source/config/
H A Dmh-linux22 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
23 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-alpha-linux-cc36 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-alpha-osf36 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-bsd-gcc23 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-haiku27 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-qnx35 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-alpha-linux-gcc27 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-beos54 LD_RPATH_PRE = -Wl,-rpath,
H A Dmh-irix34 LD_RPATH_PRE= -Wl,-rpath,
H A Dmh-linux-va29 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
30 #LD_RPATH_PRE = -Wl,-rpath,
/external/libdaemon/
H A Dbootstrap.sh56 touch config.rpath
/external/fio/engines/
H A Ddev-dax.c261 char *rpath; local
283 rpath = realpath(spath, npath);
284 if (!rpath) {
291 if (strcmp("/sys/class/dax", rpath)) {
/external/libmtp/
H A Dautogen.sh37 touch config.rpath
/external/python/cpython2/Lib/distutils/command/
H A Dbuild_ext.py81 ('rpath=', 'R',
98 "add user include, library and rpath"),
121 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)
276 self.rpath.append(user_lib)
334 if self.rpath i
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundle.java1405 String rpath = wholeBundle.reader.getAlias(_resource);
1409 if (aliasesVisited.get(rpath) != null) {
1413 aliasesVisited.put(rpath, "");
1414 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) {
1415 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1);
1416 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1);
1417 bundleName = rpath.substring(1, i);
1419 locale = rpath.substring(i + 1);
1421 locale = rpath.substring(i + 1, j);
1422 keyPath = rpath
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java1401 String rpath = wholeBundle.reader.getAlias(_resource);
1405 if (aliasesVisited.get(rpath) != null) {
1409 aliasesVisited.put(rpath, "");
1410 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) {
1411 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1);
1412 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1);
1413 bundleName = rpath.substring(1, i);
1415 locale = rpath.substring(i + 1);
1417 locale = rpath.substring(i + 1, j);
1418 keyPath = rpath
[all...]
/external/llvm/utils/release/
H A Dtest-release.sh443 if rpath=`objdump -x $Candidate | grep 'RPATH'` ; then
444 rpath=`echo $rpath | sed -e's/^ *RPATH *//'`
445 if [ -n "$rpath" ]; then
446 newrpath=`echo $rpath | sed -e's/.*\(\$ORIGIN[^:]*\).*/\1/'`
/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/curl/
H A DMacOSX-Framework97 install_name_tool -id @rpath/libcurl.framework/${FRAMEWORK_VERSION}/libcurl libcurl.framework/${FRAMEWORK_VERSION}/libcurl
124 install_name_tool -id @rpath/libcurl.framework/${FRAMEWORK_VERSION}/libcurl libcurl.framework/${FRAMEWORK_VERSION}/libcurl64
/external/elfutils/src/
H A Dld.c92 { "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);
1332 /* Called after all parameters are parsed to bring the runpath/rpath
1340 At this point we also discard the rpath information if runpath
1341 information is provided. rpath is deprecated and should not be
1343 if (ld_state.rpath != NULL)
1345 struct pathelement *endp = ld_state.rpath;
1346 ld_state.rpath
[all...]
/external/python/cpython2/Modules/
H A Dmakesetup164 -rpath) libs="$libs $arg"; skip=libs;;
165 --rpath) libs="$libs $arg"; skip=libs;;
/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...]

Completed in 677 milliseconds

1234