Searched refs:LD_SO (Results 1 – 9 of 9) sorted by relevance
27 if ($ENV{LD_SO}) {28 $LD_SO = $ENV{LD_SO};30 $LD_SO = "";131 } elsif ($LD_SO ne "") {132 ($ld_so_name, $ld_so_version) = split ('\.so\.', $LD_SO);
28 TEST_VERIFY (_dl_is_dso (LD_SO)); in do_test()
143 (const char *const []) { "ld.so", LD_SO, NULL })) in do_test()
249 _dl_diagnostics_print_labeled_string ("dso.ld", LD_SO); in _dl_print_diagnostics()
48 { "/lib/" LD_SO, FLAG_ELF_LIBC6 },
143 struct link_map *rtld_map = xdlopen (LD_SO, RTLD_LAZY | RTLD_NOLOAD); in check_initial()
608 + map->l_info[DT_SONAME]->d_un.d_val), LD_SO) == 0) in dl_open_worker_begin()
9318 * elf/readlib.c (interpreters): Use LD_SO since this is supported
77802 * Makefile (install): Also pass LD_SO=$(ld.so-version) to77805 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name