Home
last modified time | relevance | path

Searched refs:DT_RUNPATH (Results 1 – 25 of 31) sorted by relevance

12

/third_party/openssl/
DNOTES-UNIX.md65 consider, `DT_RPATH` and `DT_RUNPATH`. Shared objects are searched for in
68 1. Using directories specified in DT_RPATH, unless DT_RUNPATH is also set.
70 3. Using directories specified in DT_RUNPATH.
75 (and `DT_RUNPATH` isn't set).
77 Exactly which of `DT_RPATH` or `DT_RUNPATH` is set by default appears to
79 `DT_RPATH` appears to be deprecated on Solaris in favor of `DT_RUNPATH`,
85 system. As an example, the way to ensure the `DT_RUNPATH` is set on
/third_party/node/deps/openssl/openssl/
DNOTES-UNIX.md65 consider, `DT_RPATH` and `DT_RUNPATH`. Shared objects are searched for in
68 1. Using directories specified in DT_RPATH, unless DT_RUNPATH is also set.
70 3. Using directories specified in DT_RUNPATH.
75 (and `DT_RUNPATH` isn't set).
77 Exactly which of `DT_RPATH` or `DT_RUNPATH` is set by default appears to
79 `DT_RPATH` appears to be deprecated on Solaris in favor of `DT_RUNPATH`,
85 system. As an example, the way to ensure the `DT_RUNPATH` is set on
/third_party/elfio/elfio/
Delfio_dynamic.hpp91 tag == DT_RUNPATH ) { in get_entry()
178 case DT_RUNPATH: in generic_get_entry_dyn()
230 case DT_RUNPATH: in generic_add_entry_dyn()
Delfio_dump.hpp501 { DT_RUNPATH, "RUNPATH" },
Delf_types.hpp1022 constexpr Elf_Word DT_RUNPATH = 29; variable
/third_party/elfutils/tests/
Dalldts.c54 DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ, DT_RUNPATH, in main()
/third_party/elfio/tests/
DELFIOTest.cpp1067 tag == DT_RUNPATH ) { in TEST()
1081 tag == DT_RUNPATH ) { in TEST()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp694 #define DT_RUNPATH 29 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1118 DT_RUNPATH = 29, // String table offset of lib search path. enumerator
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c934 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn()
935 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c934 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn()
935 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
/third_party/musl/ldso/
Ddynlink.c940 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn()
941 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
/third_party/musl/porting/linux/user/include/
Delf.h753 #define DT_RUNPATH 29 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h748 #define DT_RUNPATH 29 macro
/third_party/musl/include/
Delf.h758 #define DT_RUNPATH 29 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h748 #define DT_RUNPATH 29 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h748 #define DT_RUNPATH 29 macro
/third_party/elfutils/
DNEWS1543 Add DT_RUNPATH/DT_RPATH entries to dynamic section. Create .plt and
1680 ld now actually can handle DSOs in linker scripts. Handling of DT_RUNPATH,
/third_party/elfutils/libelf/
Delf.h902 #define DT_RUNPATH 29 /* Library search path */ macro
/third_party/musl/ldso/linux/
Ddynlink.c1790 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn()
1791 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
5337 if (search_vec(task->p->dynv, &runpath_offset, DT_RUNPATH)) in load_library_header()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1790 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn()
1791 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
5340 if (search_vec(task->p->dynv, &runpath_offset, DT_RUNPATH)) in load_library_header()
/third_party/elfutils/src/
Delflint.c1622 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic()
1810 case DT_RUNPATH: in check_dynamic()
Dreadelf.c1904 || dyn->d_tag == DT_RUNPATH) in handle_dynamic()
1936 case DT_RUNPATH: in handle_dynamic()
/third_party/musl/
DWHATSNEW1391 - dynamic linker now honors DT_RUNPATH without DT_RPATH (new binutils)
/third_party/skia/third_party/externals/microhttpd/m4/
Dlibtool.m42655 # Some binutils ld are patched to set DT_RUNPATH
4930 # DT_RUNPATH tag from executables and libraries. But doing so

12