Searched refs:DT_RPATH (Results 1 – 19 of 19) sorted by relevance
66 consider, DT_RPATH and DT_RUNPATH. Shared objects are searched for in69 1. Using directories specified in DT_RPATH, unless DT_RUNPATH is76 won't matter if the library is found in the paths given by DT_RPATH79 Exactly which of DT_RPATH or DT_RUNPATH is set by default appears to81 DT_RPATH appears to be deprecated on Solaris in favor of DT_RUNPATH,82 while on Debian GNU/Linux, either can be set, and DT_RPATH is the88 Debian GNU/Linux systems rather than DT_RPATH is to tell the linker to
80 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in get_entry()161 case DT_RPATH: in generic_get_entry_dyn()211 case DT_RPATH: in generic_add_entry_dyn()
680 #define DT_RPATH 15 macro
426 { DT_RPATH, "RPATH" },
299 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
999 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in BOOST_AUTO_TEST_CASE()1013 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in BOOST_AUTO_TEST_CASE()
1104 DT_RPATH = 15, // String table offset of library search path. enumerator
903 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()904 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
915 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()916 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
734 #define DT_RPATH 15 macro
736 #define DT_RPATH 15 macro
1605 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()1606 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
1391 - dynamic linker now honors DT_RUNPATH without DT_RPATH (new binutils)