Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/scripts/
Dgcc-ld18 --script|--defsym|-init|-Map|--oformat|-rpath|\
19 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
/Linux-v4.19/tools/perf/util/
Dnamespaces.c244 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/
DMakefile2 CFLAGS += -O2 -Wall -g -I./ -I../../../../usr/include/ -L./ -Wl,-rpath=./
/Linux-v4.19/arch/x86/
DMakefile.um54 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
/Linux-v4.19/arch/um/
DMakefile122 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib $(call cc-option, -no-pie)
/Linux-v4.19/fs/ceph/
Dmds_client.c2000 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()