Home
last modified time | relevance | path

Searched refs:DT_RPATH (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/
DNOTES.UNIX66 consider, DT_RPATH and DT_RUNPATH. Shared objects are searched for in
69 1. Using directories specified in DT_RPATH, unless DT_RUNPATH is
76 won't matter if the library is found in the paths given by DT_RPATH
79 Exactly which of DT_RPATH or DT_RUNPATH is set by default appears to
81 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 the
88 Debian GNU/Linux systems rather than DT_RPATH is to tell the linker to
/third_party/elfio/elfio/
Delfio_dynamic.hpp80 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()
Delf_types.hpp680 #define DT_RPATH 15 macro
Delfio_dump.hpp426 { DT_RPATH, "RPATH" },
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h299 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h299 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
/third_party/elfio/tests/
DELFIOTest.cpp999 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1104 DT_RPATH = 15, // String table offset of library search path. enumerator
/third_party/musl/ldso/
Ddynlink.c903 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
904 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c915 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
916 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c915 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
916 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/porting/linux/user/include/
Delf.h736 #define DT_RPATH 15 macro
/third_party/musl/ndk_musl_include/
Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/include/
Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1605 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
1606 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
/third_party/musl/
DWHATSNEW1391 - dynamic linker now honors DT_RUNPATH without DT_RPATH (new binutils)