Searched refs:DT_RPATH (Results 1 – 18 of 18) sorted by relevance
540 #define DT_RPATH 15 macro
433 #define DT_RPATH 15 /* string table offset of library macro
370 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
1630 DT_RPATH = 15, // String table offset of library search path. enumerator
761 case DT_RPATH: in printValue()
764 case DT_RPATH: in elf_print_dynamic()
187 DT_RPATH of a shared library for shared libraries needed by it.
424 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.
1578 @code{DT_RPATH} of a shared library are searched for shared1579 libraries needed by it. The @code{DT_RPATH} entries are ignored if
1528 case DT_RPATH: return "RPATH"; in get_dynamic_type()6220 case DT_RPATH : in process_dynamic_section()6253 case DT_RPATH: in process_dynamic_section()
3157 case DT_RPATH: in elf_finalize_dynstr()3539 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()5490 || !_bfd_elf_add_dynamic_entry (info, DT_RPATH, indx)) in bfd_elf_size_dynamic_sections()
1255 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.
967 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
1039 case DT_RPATH: in digest_dynamic1()