Searched refs:rpath (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | namespaces.c | 318 char *rpath; in nsinfo__realpath() local 322 rpath = realpath(path, NULL); in nsinfo__realpath() 325 return rpath; in nsinfo__realpath()
|
/linux-6.1.9/tools/testing/selftests/sched/ |
D | Makefile | 7 CFLAGS += -O2 -Wall -g -I./ -I../../../../usr/include/ -Wl,-rpath=./ \
|
/linux-6.1.9/tools/testing/selftests/netfilter/ |
D | Makefile | 9 conntrack_vrf.sh nft_synproxy.sh rpath.sh
|
/linux-6.1.9/arch/x86/ |
D | Makefile.um | 47 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib64
|
/linux-6.1.9/tools/testing/selftests/rseq/ |
D | Makefile | 7 CFLAGS += -O2 -Wall -g -I./ -I../../../../usr/include/ -L$(OUTPUT) -Wl,-rpath=./ \
|
/linux-6.1.9/arch/um/ |
D | Makefile | 122 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib
|
D | Kconfig | 115 bool "set rpath in the binary" if EXPERT 119 Add /lib (and /lib64 for 64-bit) to the linux binary's rpath
|
/linux-6.1.9/fs/ceph/ |
D | mds_client.c | 2495 struct inode *rdiri, const char *rpath, in set_request_path_attr() argument 2510 } else if (rpath || rino) { in set_request_path_attr() 2512 *ppath = rpath; in set_request_path_attr() 2513 *pathlen = rpath ? strlen(rpath) : 0; in set_request_path_attr() 2514 dout(" path %.*s\n", *pathlen, rpath); in set_request_path_attr()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | Makefile | 192 -Wl,-rpath=. -Wl,--build-id=sha1 -o $@
|