Searched refs:rpath (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A 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.3-rc2/tools/testing/selftests/sched/ |
A D | Makefile | 7 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
|
/linux-6.3-rc2/tools/testing/selftests/netfilter/ |
A D | Makefile | 9 conntrack_vrf.sh nft_synproxy.sh rpath.sh
|
/linux-6.3-rc2/tools/testing/selftests/alsa/ |
A D | Makefile | 9 CFLAGS += -L$(OUTPUT) -Wl,-rpath=./
|
/linux-6.3-rc2/arch/x86/ |
A D | Makefile.um | 53 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib64
|
/linux-6.3-rc2/tools/testing/selftests/rseq/ |
A D | Makefile | 7 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -L$(OUTPUT) -Wl,-rpath=./ \
|
/linux-6.3-rc2/arch/um/ |
A D | Makefile | 124 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib
|
A D | Kconfig | 118 bool "set rpath in the binary" if EXPERT 122 Add /lib (and /lib64 for 64-bit) to the linux binary's rpath
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.c | 2501 struct inode *rdiri, const char *rpath, in set_request_path_attr() argument 2516 } else if (rpath || rino) { in set_request_path_attr() 2518 *ppath = rpath; in set_request_path_attr() 2519 *pathlen = rpath ? strlen(rpath) : 0; in set_request_path_attr() 2520 dout(" path %.*s\n", *pathlen, rpath); in set_request_path_attr()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | Makefile | 196 -Wl,-rpath=. -o $@
|
Completed in 16 milliseconds