/third_party/openssl/ |
D | NOTES-UNIX.md | 65 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/ |
D | NOTES-UNIX.md | 65 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/ |
D | elfio_dynamic.hpp | 91 tag == DT_RUNPATH ) { in get_entry() 178 case DT_RUNPATH: in generic_get_entry_dyn() 230 case DT_RUNPATH: in generic_add_entry_dyn()
|
D | elfio_dump.hpp | 501 { DT_RUNPATH, "RUNPATH" },
|
D | elf_types.hpp | 1022 constexpr Elf_Word DT_RUNPATH = 29; variable
|
/third_party/elfutils/tests/ |
D | alldts.c | 54 DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ, DT_RUNPATH, in main()
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 1067 tag == DT_RUNPATH ) { in TEST() 1081 tag == DT_RUNPATH ) { in TEST()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 694 #define DT_RUNPATH 29 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1118 DT_RUNPATH = 29, // String table offset of lib search path. enumerator
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 934 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/ |
D | dynlink.c | 934 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/ |
D | dynlink.c | 940 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/ |
D | elf.h | 753 #define DT_RUNPATH 29 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 748 #define DT_RUNPATH 29 macro
|
/third_party/musl/include/ |
D | elf.h | 758 #define DT_RUNPATH 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 748 #define DT_RUNPATH 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 748 #define DT_RUNPATH 29 macro
|
/third_party/elfutils/ |
D | NEWS | 1543 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/ |
D | elf.h | 902 #define DT_RUNPATH 29 /* Library search path */ macro
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 1790 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/ |
D | dynlink.c | 1790 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/ |
D | elflint.c | 1622 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1810 case DT_RUNPATH: in check_dynamic()
|
D | readelf.c | 1904 || dyn->d_tag == DT_RUNPATH) in handle_dynamic() 1936 case DT_RUNPATH: in handle_dynamic()
|
/third_party/musl/ |
D | WHATSNEW | 1391 - dynamic linker now honors DT_RUNPATH without DT_RPATH (new binutils)
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | libtool.m4 | 2655 # Some binutils ld are patched to set DT_RUNPATH 4930 # DT_RUNPATH tag from executables and libraries. But doing so
|