Searched refs:rpath (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/scripts/ |
D | gcc-ld | 18 --script|--defsym|-init|-Map|--oformat|-rpath|\ 19 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
|
/Linux-v4.19/tools/perf/util/ |
D | namespaces.c | 244 char *rpath; in nsinfo__realpath() local 248 rpath = realpath(path, NULL); in nsinfo__realpath() 251 return rpath; in nsinfo__realpath()
|
/Linux-v4.19/tools/testing/selftests/rseq/ |
D | Makefile | 2 CFLAGS += -O2 -Wall -g -I./ -I../../../../usr/include/ -L./ -Wl,-rpath=./
|
/Linux-v4.19/arch/x86/ |
D | Makefile.um | 54 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
|
/Linux-v4.19/arch/um/ |
D | Makefile | 122 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib $(call cc-option, -no-pie)
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.c | 2000 struct inode *rdiri, const char *rpath, in set_request_path_attr() argument 2015 } else if (rpath || rino) { in set_request_path_attr() 2017 *ppath = rpath; in set_request_path_attr() 2018 *pathlen = rpath ? strlen(rpath) : 0; in set_request_path_attr() 2019 dout(" path %.*s\n", *pathlen, rpath); in set_request_path_attr()
|