Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dchroot_canon.c43 char *rpath; in chroot_canon() local
59 rpath = xmalloc (chroot_len + PATH_MAX); in chroot_canon()
61 rpath_limit = rpath + chroot_len + PATH_MAX; in chroot_canon()
63 rpath_root = (char *) mempcpy (rpath, chroot, chroot_len) - 1; in chroot_canon()
99 ptrdiff_t dest_offset = dest - rpath; in chroot_canon()
102 new_size = rpath_limit - rpath; in chroot_canon()
107 new_rpath = (char *) xrealloc (rpath, new_size); in chroot_canon()
108 rpath = new_rpath; in chroot_canon()
109 rpath_limit = rpath + new_size; in chroot_canon()
111 dest = rpath + dest_offset; in chroot_canon()
[all …]
Ddl-load.c468 fillin_rpath (char *rpath, struct r_search_path_elem **result, const char *sep, in fillin_rpath() argument
474 while ((cp = __strsep (&rpath, sep)) != NULL) in fillin_rpath()
579 const char *rpath, struct link_map *l, const char *what) in decompose_rpath() argument
622 if (*rpath == '\0') in decompose_rpath()
629 char *copy = __strdup (rpath); in decompose_rpath()
/glibc-2.36/iconvdata/
DMakefile93 LDFLAGS-EUC-KR.so = $(LDFLAGS-rpath-ORIGIN)
95 LDFLAGS-JOHAB.so = $(LDFLAGS-rpath-ORIGIN)
97 LDFLAGS-UHC.so = $(LDFLAGS-rpath-ORIGIN)
99 LDFLAGS-EUC-JP.so = $(LDFLAGS-rpath-ORIGIN)
101 LDFLAGS-EUC-JP-MS.so = $(LDFLAGS-rpath-ORIGIN)
103 LDFLAGS-EUC-CN.so = $(LDFLAGS-rpath-ORIGIN)
105 LDFLAGS-EUC-TW.so = $(LDFLAGS-rpath-ORIGIN)
107 LDFLAGS-EUC-JISX0213.so = $(LDFLAGS-rpath-ORIGIN)
109 LDFLAGS-SHIFT_JISX0213.so = $(LDFLAGS-rpath-ORIGIN)
112 LDFLAGS-ISO-2022-JP.so = $(LDFLAGS-rpath-ORIGIN)
[all …]
/glibc-2.36/
DMakeconfig431 $(CC) $(link-libc-rpath-link) $(+link-pie-before-libc) $(rtld-LDFLAGS) \
498 $(CC) $(link-libc-rpath-link) $(+link-before-libc) $(rtld-LDFLAGS) \
561 link-libc-rpath = -Wl,-rpath=$(rpath-link)
562 link-libc-rpath-link = -Wl,-rpath-link=$(rpath-link)
564 # For programs which are not tests, $(link-libc-rpath-link) is added
565 # directly in $(+link), $(+link-pie) above, so that -Wl,-rpath-link
567 # there. For shared objects, -Wl,-rpath-link is added via
571 # Tests use -Wl,-rpath instead of -Wl,-rpath-link for
574 link-libc-tests-rpath-link = $(link-libc-rpath)
575 link-test-modules-rpath-link = $(link-libc-rpath)
[all …]
DMakerules544 -L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link)
595 $(link-test-modules-rpath-link) \
596 -L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link)
/glibc-2.36/sysdeps/htl/
DMakeconfig16 rpath-dirs += htl
/glibc-2.36/htl/tests/
DMakefile3 INSTALL_ROOT_LDFLAGS = -L$(INSTALL_ROOT)/lib -Wl,-rpath,$(INSTALL_ROOT)/lib
/glibc-2.36/sysdeps/nptl/
DMakeconfig31 rpath-dirs += nptl
/glibc-2.36/dlfcn/
DMakefile107 LDFLAGS-glreflib3.so = -Wl,-rpath,:
/glibc-2.36/sysdeps/mach/hurd/
DMakefile141 rpath-dirs += mach hurd
/glibc-2.36/ChangeLog.old/
DChangeLog.5154 * Makerules (build-shlib): Give -L opts for each elt of $(rpath-link).
157 (rpath-link): Append to this instead.
231 * Makeconfig (rpath-link): New variable; add $(elfobjdir).
232 (default-rpath): Use it.
313 Add $(elfobjdir) to -rpath-link.
4417 * Makeconfig (link-libc): Don't pass -rpath option with default
6175 * Makeconfig (default-rpath): New variable.
6177 * elf/Makefile (ld.so): Pass -rpath=$(default-rpath).
6205 * elf/Makefile (default-rpath): New variable.
6766 * Makerules (build-shlib): Pass -rpath and -rpath-link options.
[all …]
DChangeLog.83441 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
3459 * Makeconfig (rpath-dirs): New variable.
3460 (rpath-link): Use it.
3463 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
3630 * Makeconfig (rpath-link): Add resolvobjdir.
3691 * elf/dl-load.c: Rename option and variable from ignore-rpath to
3692 inhibit-rpath.
3700 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
3706 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
3871 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
[all …]
DChangeLog.6490 (trusted-dirs.h): Construct file from $(default-rpath) and
1098 * md5-crypt/Makefile (rpath-link): Add md5-crypt objdir, not crypt.
2514 expanding $(rpath-link) gets the right value.
4469 * crypt/Makefile (rpath-link): Extend search path to current directory.
6512 rpath-link so that running the check finds the new library.
6516 * sysdeps/mach/hurd/Makefile (rpath-link): Don't use += because
7317 (rpath-link): Don't use +=; $(rpath-link) is a colon separated list.
7379 (rpath-link): Likewise.
10181 * Makeconfig (rpath-link): Add $(nssobjdir).
DChangeLog.91052 * iconvdata/Makefile: Use rpath $ORIGIN for modules which use any of
5235 * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
5241 instead of appending it to the main map's rpath info.
6028 of rpath.
DChangeLog.151047 * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions.
1048 (LDFLAGS-rpath-ORIGIN, LDFLAGS-soname-fname): Likewise.
1178 existing rpath in main executable, not explicit test.
DChangeLog.73598 * elf/rtld.c (_dl_start): Likewise for rpath.
5690 * Makeconfig: Add dbobjdir to rpath-link analogous to nssobjdir.
11653 * Makeconfig: (rpath-link): Add math/ directory.
DChangeLog.101857 * Makeconfig (rpath-dirs): Remove db2.
8957 (rpath-dirs): Add dlfcn.
DChangeLog.195332 Makeconfig: Move -Wl,-rpath-link options before library references.
5333 * Makeconfig (+link-pie, +link): Add $(link-libc-rpath-link).
5334 (link-libc): Remove $(link-libc-rpath-link).
16310 * Makeconfig: Only include 'crypt' in all-subdirs and rpath-dirs
24154 * elf/dl-load.c (decompose_rpath): Check for rpath emptiness before
DChangeLog.1813449 (rpath-dirs, all-subdirs): Add support.
13544 built-rtld-LDFLAGS, link-libc-rpath,
13545 link-libc-tests-after-rpath-link,
13547 (rtld-LDFLAGS, rtld-tests-LDFLAGS, link-libc-tests-rpath-link,
37962 * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
72615 (link-libc-rpath-link): Likewise.
72616 (link-libc-tests-rpath-link): Likewise.
72617 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
72618 (link-libc): Prepand $(link-libc-rpath-link).
72619 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
[all …]
DChangeLog.121516 * iconvdata/Makefile: Moved LDFLAG rpath/soname info into Makeconfig.
DChangeLog.24700 Add and use link-test-modules-rpath-link [BZ #28455]
DChangeLog.1113277 * Makeconfig (rpath-dirs): Add crypt.
/glibc-2.36/posix/
Dtst-regex.input3441 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
3459 * Makeconfig (rpath-dirs): New variable.
3460 (rpath-link): Use it.
3463 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
3630 * Makeconfig (rpath-link): Add resolvobjdir.
3691 * elf/dl-load.c: Rename option and variable from ignore-rpath to
3692 inhibit-rpath.
3700 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
3706 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
3871 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
[all …]