HomeSort by relevance Sort by last modified time
    Searched refs:rpath (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-vxworks/
rpath-1.d 1 # source: rpath-1.s
2 # ld: --entry foo --rpath /dir1 --rpath /dir2 --rpath net:/dir4 --rpath /dir2 --rpath /dir1 --rpath /dir3 --force-dynamic -q
5 0x0+f \(RPATH\).*Library rpath: \[/dir1;/dir2;net:/dir4;/dir3\]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
rpath-2.d 3 #ld: -shared -rpath .
7 +0x[0-9a-f]+ +\(RPATH\) +Library rpath: +\[.\]
runpath-1.d 3 #ld: -shared -rpath . --enable-new-dtags
8 +0x[0-9a-f]+ +\(RPATH\) +Library rpath: +\[.\]
rpath-1.d 3 #ld: -shared -rpath .
runpath-2.d 3 #ld: -shared -rpath . --enable-new-dtags
  /build/make/core/combo/
HOST_darwin-x86.mk 43 -install_name @rpath/$(notdir $@) \
44 -Wl,-rpath,@loader_path/../$(notdir $($(PRIVATE_2ND_ARCH_VAR_PREFIX)HOST_OUT_SHARED_LIBRARIES)) \
45 -Wl,-rpath,@loader_path/$(notdir $($(PRIVATE_2ND_ARCH_VAR_PREFIX)HOST_OUT_SHARED_LIBRARIES)) \
52 -Wl,-rpath,@loader_path/$(path)) \
  /bionic/tests/libs/
Android.build.testlib.internal.mk 25 $(module)_ldflags += -Wl,--rpath,\$${ORIGIN} -Wl,--enable-new-dtags
Android.build.dt_runpath.mk 47 libtest_dt_runpath_b_ldflags := -Wl,--rpath,\$${ORIGIN}/../dt_runpath_a -Wl,--enable-new-dtags
59 libtest_dt_runpath_c_ldflags := -Wl,--rpath,\$${ORIGIN}/invalid_dt_runpath -Wl,--enable-new-dtags
69 libtest_dt_runpath_d_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
81 libtest_dt_runpath_d_zip_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
Android.build.linker_namespaces.mk 39 libnstest_root_not_isolated_ldflags := -Wl,--rpath,\$$ORIGIN/../private_namespace_libs_external \
  /system/core/adb/
file_sync_client.cpp 76 std::string rpath; member in struct:copyinfo
86 : lpath(local_path), rpath(remote_path), mode(mode) {
87 ensure_trailing_separators(lpath, rpath);
89 rpath.append(name);
91 ensure_trailing_separators(lpath, rpath);
375 const char* lpath, const char* rpath,
409 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0]));
414 ReportProgress(rpath, data_length, data_length);
419 const char* lpath, const char* rpath,
454 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read)
    [all...]
  /frameworks/av/drm/mediacas/plugins/clearkey/tests/
Android.mk 30 -Wl,--rpath,\$${ORIGIN}/../../../system/vendor/lib/mediacas -Wl,--enable-new-dtags
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.sh 26 $CLANG -Wl,-rpath=$LIBDIR -L $LIBDIR -lcompiler_rt -m64 float16_gen.c -o $EXECUTABLE
  /external/elfutils/tests/
test-wrapper.sh 19 # We don't compile in an rpath because we want "make installcheck" to
52 echo >&2 installcheck not possible with --enable-tests-rpath
  /external/strace/
pathtrace.c 127 char *rpath; local
131 rpath = realpath(path, NULL);
133 if (rpath == NULL)
137 if (strcmp(path, rpath) == 0) {
138 free(rpath);
142 error_msg("Requested path '%s' resolved into '%s'", path, rpath);
143 storepath(rpath, set);
  /external/icu/icu4c/source/config/
mh-linux 22 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
23 LD_RPATH_PRE = -Wl,-rpath,
mh-alpha-linux-cc 36 LD_RPATH_PRE= -Wl,-rpath,
mh-alpha-osf 36 LD_RPATH_PRE= -Wl,-rpath,
mh-bsd-gcc 23 LD_RPATH_PRE= -Wl,-rpath,
mh-haiku 27 LD_RPATH_PRE = -Wl,-rpath,
mh-qnx 35 LD_RPATH_PRE = -Wl,-rpath,
  /external/libdaemon/
bootstrap.sh 56 touch config.rpath
  /external/expat/lib/
Makefile.am 41 -rpath $(libdir)
  /cts/tests/tests/bionic/
Android.mk 12 LOCAL_LDFLAGS := -Wl,--rpath,\$${ORIGIN}/lib/bionic-loader-test-libs -Wl,--enable-new-dtags -Wl,--export-dynamic
  /external/freetype/builds/unix/
unix-cc.in 117 -rpath $(libdir) -version-info $(version_info) \
  /external/fio/engines/
dev-dax.c 261 char *rpath; local
283 rpath = realpath(spath, npath);
284 if (!rpath) {
291 if (strcmp("/sys/class/dax", rpath)) {

Completed in 981 milliseconds

1 2 3 4 5 6 7 8 910