/external/strace/ |
D | pathtrace.c | 125 char *rpath; in pathtrace_select() local 129 rpath = realpath(path, NULL); in pathtrace_select() 131 if (rpath == NULL) in pathtrace_select() 135 if (strcmp(path, rpath) == 0) { in pathtrace_select() 136 free(rpath); in pathtrace_select() 140 error_msg("Requested path '%s' resolved into '%s'", path, rpath); in pathtrace_select() 141 storepath(rpath); in pathtrace_select()
|
/external/lldb/tools/driver/ |
D | Makefile | 20 LLVMLibsOptions += -Wl,-rpath,@loader_path/../lib/ 25 LLVMLibsOptions += -Wl,-rpath,$(LibDir) 30 LLVMLibsOptions += -Wl,-rpath,$(LibDir)
|
/external/v8/build/config/gcc/ |
D | BUILD.gn | 31 # The rpath is the dynamic library search path. Setting this config on a link 33 # the rpath. 56 # Note: Android doesn't support rpath. 64 "-Wl,-rpath=\$ORIGIN/${rpath_link}", 65 "-Wl,-rpath-link=${rpath_link}", 95 "-Wl,-rpath-link=${rpath_link}",
|
/external/compiler-rt/test/profile/ |
D | instrprof-shared.test | 22 RUN: %clang_profgen -o %t-instr-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main… 23 RUN: %clang_profgen -o %t-instr-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-sha… 24 RUN: %clang_profgen -o %t-instr-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-sha… 25 RUN: %clang -o %t-no-instr1-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main.c 26 RUN: %clang -o %t-no-instr1-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-shared-… 27 RUN: %clang -o %t-no-instr1-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-shared-… 29 RUN: %clang -o %t-no-instr2-instr -L%t.d -rpath %t.d -lt-instr %t.d/instrprof-shared-main-no-instr… 30 RUN: %clang -o %t-no-instr2-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %t.d/instrprof-shared-main-… 31 RUN: %clang -o %t-no-instr2-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %t.d/instrprof-shared-main-…
|
/external/lldb/tools/lldb-platform/ |
D | Makefile | 18 LLVMLibsOptions += -Wl,-rpath,@loader_path/../lib/ 22 LLVMLibsOptions += -Wl,-rpath,$(LibDir)
|
/external/eigen/cmake/ |
D | FindGSL.cmake | 17 # GSL_LINK_DIRECTORIES = link directories, useful for rpath on Unix 18 # GSL_EXE_LINKER_FLAGS = rpath on Unix 112 # extract link dirs for rpath 128 # split off the link dirs (for rpath) 141 SET(GSL_EXE_LINKER_FLAGS "-Wl,-rpath,${GSL_LINK_DIRECTORIES}" CACHE STRING INTERNAL)
|
/external/openfst/src/extensions/compact/ |
D | Makefile.in | 489 …$(compact16_acceptor_fst_la_LINK) -rpath $(libfstdir) $(compact16_acceptor_fst_la_OBJECTS) $(compa… 491 …$(compact16_string_fst_la_LINK) -rpath $(libfstdir) $(compact16_string_fst_la_OBJECTS) $(compact16… 493 …$(compact16_unweighted_fst_la_LINK) -rpath $(libfstdir) $(compact16_unweighted_fst_la_OBJECTS) $(c… 495 …$(compact16_unweighted_acceptor_fst_la_LINK) -rpath $(libfstdir) $(compact16_unweighted_acceptor_f… 497 …$(compact16_weighted_string_fst_la_LINK) -rpath $(libfstdir) $(compact16_weighted_string_fst_la_OB… 499 …$(compact64_acceptor_fst_la_LINK) -rpath $(libfstdir) $(compact64_acceptor_fst_la_OBJECTS) $(compa… 501 …$(compact64_string_fst_la_LINK) -rpath $(libfstdir) $(compact64_string_fst_la_OBJECTS) $(compact64… 503 …$(compact64_unweighted_fst_la_LINK) -rpath $(libfstdir) $(compact64_unweighted_fst_la_OBJECTS) $(c… 505 …$(compact64_unweighted_acceptor_fst_la_LINK) -rpath $(libfstdir) $(compact64_unweighted_acceptor_f… 507 …$(compact64_weighted_string_fst_la_LINK) -rpath $(libfstdir) $(compact64_weighted_string_fst_la_OB… [all …]
|
/external/libunwind/aux/ |
D | ltmain.sh | 1121 -rpath) 1122 prev=rpath 2159 if test -n "$rpath"; then 2160 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 2224 set dummy $rpath 2226 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 2486 if test -n "$rpath"; then 2800 test "$mode" != relink && rpath="$compile_rpath$rpath" 2801 for libdir in $rpath; do 2837 rpath="$rpath$dir:" [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 1478 String rpath = wholeBundle.reader.getAlias(_resource); in getAliasedResource() local 1482 if (aliasesVisited.get(rpath) != null) { in getAliasedResource() 1486 aliasesVisited.put(rpath, ""); in getAliasedResource() 1487 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) { in getAliasedResource() 1488 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1); in getAliasedResource() 1489 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1); in getAliasedResource() 1490 bundleName = rpath.substring(1, i); in getAliasedResource() 1492 locale = rpath.substring(i + 1); in getAliasedResource() 1494 locale = rpath.substring(i + 1, j); in getAliasedResource() 1495 keyPath = rpath.substring(j + 1, rpath.length()); in getAliasedResource() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundle.java | 1482 String rpath = wholeBundle.reader.getAlias(_resource); in getAliasedResource() local 1486 if (aliasesVisited.get(rpath) != null) { in getAliasedResource() 1490 aliasesVisited.put(rpath, ""); in getAliasedResource() 1491 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) { in getAliasedResource() 1492 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1); in getAliasedResource() 1493 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1); in getAliasedResource() 1494 bundleName = rpath.substring(1, i); in getAliasedResource() 1496 locale = rpath.substring(i + 1); in getAliasedResource() 1498 locale = rpath.substring(i + 1, j); in getAliasedResource() 1499 keyPath = rpath.substring(j + 1, rpath.length()); in getAliasedResource() [all …]
|
/external/libpng/scripts/ |
D | makefile.linux | 56 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm 57 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
|
/external/v8/build/config/chromecast/ |
D | BUILD.gn | 31 "-Wl,-rpath=/oem_cast_shlib", 32 "-Wl,-rpath=\$ORIGIN/lib", 33 "-Wl,-rpath=\$ORIGIN",
|
/external/v8/tools/gyp/test/mac/rpath/ |
D | test.gyp | 26 'LD_RUNPATH_SEARCH_PATHS': ['First\\ rpath', 'Second\\ rpath'],
|
/external/v8/build/secondary/third_party/crashpad/crashpad/handler/ |
D | BUILD.gn | 52 # so set rpath up to the base. 54 "-rpath",
|
/external/llvm/utils/release/ |
D | test-release.sh | 424 if rpath=`objdump -x $Candidate | grep 'RPATH'` ; then 425 rpath=`echo $rpath | sed -e's/^ *RPATH *//'` 426 if [ -n "$rpath" ]; then 427 newrpath=`echo $rpath | sed -e's/.*\(\$ORIGIN[^:]*\).*/\1/'`
|
/external/cmockery/cmockery_0_1_2/ |
D | ltmain.sh | 1127 rpath= 1379 case "$rpath " in 1381 *) rpath="$rpath $arg" ;; 1688 -rpath) 1689 prev=rpath 3137 set dummy $rpath 3144 if test -z "$rpath"; then 3463 if test -n "$rpath"; then 3859 test "$mode" != relink && rpath="$compile_rpath$rpath" 3860 for libdir in $rpath; do [all …]
|
D | libtool | 1479 rpath= 1731 case "$rpath " in 1733 *) rpath="$rpath $arg" ;; 2040 -rpath) 2041 prev=rpath 3489 set dummy $rpath 3496 if test -z "$rpath"; then 3815 if test -n "$rpath"; then 4211 test "$mode" != relink && rpath="$compile_rpath$rpath" 4212 for libdir in $rpath; do [all …]
|
/external/elfutils/src/ |
D | ld.c | 641 add_rxxpath (&ld_state.rpath, arg); in parse_opt_1st() 1343 if (ld_state.rpath != NULL) in gen_rxxpath_data() 1345 struct pathelement *endp = ld_state.rpath; in gen_rxxpath_data() 1346 ld_state.rpath = ld_state.rpath->next; in gen_rxxpath_data() 1364 while (ld_state.rpath != NULL) in gen_rxxpath_data() 1366 struct pathelement *old = ld_state.rpath; in gen_rxxpath_data() 1367 ld_state.rpath = ld_state.rpath->next; in gen_rxxpath_data()
|
/external/curl/m4/ |
D | xc-val-flgs.m4 | 100 -rpath*) 116 -rpath*) 148 -rpath*) 173 -rpath*)
|
/external/valgrind/memcheck/tests/solaris/ |
D | Makefile.am | 159 inlinfo_LDFLAGS = -Wl,-rpath,$(top_builddir)/memcheck/tests/solaris 163 inlinfo_nested_so_LDFLAGS = -Wl,-rpath,$(top_builddir)/memcheck/tests/solaris -shared -fPIC 167 mmapobj_bssonly_LDFLAGS = -Wl,-rpath,$(top_builddir)/memcheck/tests/solaris
|
/external/icu/icu4c/source/config/ |
D | mh-linux | 20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN 21 LD_RPATH_PRE = -Wl,-rpath,
|
D | mh-linux-va | 27 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN 28 #LD_RPATH_PRE = -Wl,-rpath,
|
/external/llvm/test/tools/llvm-readobj/ |
D | rpath.test | 1 RUN: llvm-readobj -dynamic-table %p/Inputs/rpath.exe.elf-x86_64 \
|
/external/v8/build/config/mac/ |
D | BUILD.gn | 75 "-Wl,-rpath,@loader_path/.", 79 "-Wl,-rpath,@loader_path/../../..",
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 156 config.substitutions.append( ("%ld_flags_rpath_exe", '-Wl,-rpath,@executable_path/ %dynamiclib') ) 157 …config.substitutions.append( ("%ld_flags_rpath_so", '-install_name @rpath/`basename %dynamiclib`')… 159 …config.substitutions.append( ("%ld_flags_rpath_exe", "-Wl,-z,origin -Wl,-rpath,\$ORIGIN -L%T -l%xd… 162 …config.substitutions.append( ("%ld_flags_rpath_exe", "-Wl,-rpath,\$ORIGIN -L%T -l%xdynamiclib_name…
|