Searched refs:DT_RPATH (Results 1 – 17 of 17) sorted by relevance
723 #define DT_RPATH 15 macro
684 DT_RPATH = 15,
371 DT_RPATH of a shared library for shared libraries needed by it.
902 from any paths being inserted into the output binary's DT_RPATH.
2367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after2373 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1760 @code{DT_RPATH} of a shared library are searched for shared1761 libraries needed by it. The @code{DT_RPATH} entries are ignored if
778 being inserted into the output binary's DT_RPATH. */
1156 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
1843 case DT_RPATH: return "RPATH"; in get_dynamic_type()8790 case DT_RPATH : in process_dynamic_section()8823 case DT_RPATH: in process_dynamic_section()
3169 case DT_RPATH: in elf_finalize_dynstr()3576 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()5645 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
2961 * elflink.c (bfd_elf_size_dynamic_sections): Only add DT_RPATH
1298 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
7048 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and7339 DT_RPATH is set.
6025 DT_RPATH and DT_RUNPATH.
5944 argument. If it is not NULL, use it to set DT_RPATH.
4885 odyn->add_string(elfcpp::DT_RPATH, rpath_val); in finish_dynamic_section()
2340 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH