/external/strace/ |
D | pathtrace.c | 130 char *rpath; in pathtrace_select() local 134 rpath = realpath(path, NULL); in pathtrace_select() 136 if (rpath == NULL) in pathtrace_select() 140 if (strcmp(path, rpath) == 0) { in pathtrace_select() 141 free(rpath); in pathtrace_select() 146 path, rpath); in pathtrace_select() 147 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/jpeg/ |
D | ltmain.sh | 389 rpath= 440 rpath) 441 rpath="$rpath $arg" 880 set dummy $rpath 882 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 1157 if test -n "$rpath"; then 1159 for libdir in $rpath; do 1371 rpath= 1376 rpath="$rpath$dir:" 1380 rpath="$rpath\$thisdir/$dir:" [all …]
|
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 1383 String rpath = wholeBundle.reader.getAlias(_resource); in getAliasedResource() local 1387 if (aliasesVisited.get(rpath) != null) { in getAliasedResource() 1391 aliasesVisited.put(rpath, ""); in getAliasedResource() 1392 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) { in getAliasedResource() 1393 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1); in getAliasedResource() 1394 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1); in getAliasedResource() 1395 bundleName = rpath.substring(1, i); in getAliasedResource() 1397 locale = rpath.substring(i + 1); in getAliasedResource() 1399 locale = rpath.substring(i + 1, j); in getAliasedResource() 1400 keyPath = rpath.substring(j + 1, rpath.length()); in getAliasedResource() [all …]
|
/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/libpng/scripts/ |
D | makefile.linux | 55 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm 56 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
|
/external/libvncserver/ |
D | ltmain.sh | 1127 rpath= 1379 case "$rpath " in 1381 *) rpath="$rpath $arg" ;; 1688 -rpath) 1689 prev=rpath 3134 set dummy $rpath 3141 if test -z "$rpath"; then 3455 if test -n "$rpath"; then 3851 test "$mode" != relink && rpath="$compile_rpath$rpath" 3852 for libdir in $rpath; do [all …]
|
D | libtool | 1479 rpath= 1731 case "$rpath " in 1733 *) rpath="$rpath $arg" ;; 2040 -rpath) 2041 prev=rpath 3486 set dummy $rpath 3493 if test -z "$rpath"; then 3807 if test -n "$rpath"; then 4203 test "$mode" != relink && rpath="$compile_rpath$rpath" 4204 for libdir in $rpath; do [all …]
|
/external/cmockery/cmockery_0_1_2/ |
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 …]
|
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 …]
|
/external/elfutils/src/src/ |
D | ld.c | 647 add_rxxpath (&ld_state.rpath, arg); in parse_opt_1st() 1347 if (ld_state.rpath != NULL) in gen_rxxpath_data() 1349 struct pathelement *endp = ld_state.rpath; in gen_rxxpath_data() 1350 ld_state.rpath = ld_state.rpath->next; in gen_rxxpath_data() 1368 while (ld_state.rpath != NULL) in gen_rxxpath_data() 1370 struct pathelement *old = ld_state.rpath; in gen_rxxpath_data() 1371 ld_state.rpath = ld_state.rpath->next; in gen_rxxpath_data()
|
/external/dhcpcd/mk/ |
D | os-Darwin.mk | 5 LINK_RPATH= --rpath
|
/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/libogg/ |
D | ltmain.sh | 4094 rpath= 4343 rpath | xrpath) 4351 if test "$prev" = rpath; then 4352 case "$rpath " in 4354 *) rpath="$rpath $arg" ;; 4636 -rpath) 4637 prev=rpath 6143 set dummy $rpath 6151 if test -z "$rpath"; then 6484 if test -n "$rpath"; then [all …]
|
/external/google-breakpad/autotools/ |
D | ltmain.sh | 4094 rpath= 4343 rpath | xrpath) 4351 if test "$prev" = rpath; then 4352 case "$rpath " in 4354 *) rpath="$rpath $arg" ;; 4636 -rpath) 4637 prev=rpath 6139 set dummy $rpath 6147 if test -z "$rpath"; then 6477 if test -n "$rpath"; then [all …]
|
/external/libmtp/ |
D | ltmain.sh | 4094 rpath= 4343 rpath | xrpath) 4351 if test "$prev" = rpath; then 4352 case "$rpath " in 4354 *) rpath="$rpath $arg" ;; 4636 -rpath) 4637 prev=rpath 6139 set dummy $rpath 6147 if test -z "$rpath"; then 6477 if test -n "$rpath"; then [all …]
|
/external/libusb-compat/ |
D | ltmain.sh | 4101 rpath= 4350 rpath | xrpath) 4358 if test "$prev" = rpath; then 4359 case "$rpath " in 4361 *) rpath="$rpath $arg" ;; 4643 -rpath) 4644 prev=rpath 6146 set dummy $rpath 6154 if test -z "$rpath"; then 6484 if test -n "$rpath"; then [all …]
|
/external/libvorbis/ |
D | ltmain.sh | 4094 rpath= 4343 rpath | xrpath) 4351 if test "$prev" = rpath; then 4352 case "$rpath " in 4354 *) rpath="$rpath $arg" ;; 4636 -rpath) 4637 prev=rpath 6143 set dummy $rpath 6151 if test -z "$rpath"; then 6484 if test -n "$rpath"; then [all …]
|
/external/google-tv-pairing-protocol/cpp/ |
D | libtool | 4595 rpath= 4844 rpath | xrpath) 4852 if test "$prev" = rpath; then 4853 case "$rpath " in 4855 *) rpath="$rpath $arg" ;; 5137 -rpath) 5138 prev=rpath 6644 set dummy $rpath 6652 if test -z "$rpath"; then 6985 if test -n "$rpath"; then [all …]
|
D | ltmain.sh | 4094 rpath= 4343 rpath | xrpath) 4351 if test "$prev" = rpath; then 4352 case "$rpath " in 4354 *) rpath="$rpath $arg" ;; 4636 -rpath) 4637 prev=rpath 6143 set dummy $rpath 6151 if test -z "$rpath"; then 6484 if test -n "$rpath"; then [all …]
|