/freebsd/crypto/openssl/ |
H A 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
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 522 #define DT_RUNPATH 29 /* overrides DT_RPATH */ macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 234 Dyn.d_tag == ELF::DT_RUNPATH || Dyn.d_tag == ELF::DT_SONAME || in printDynamicSection()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 626 #define DT_RUNPATH 29 /* String table offset of a null-terminated macro
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 190 case DT_RUNPATH: return "DT_RUNPATH"; in d_tags() 1644 case DT_RUNPATH: in elf_print_dynamic()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 208 case DT_RUNPATH: return "DT_RUNPATH"; in d_tags()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 863 case DT_RUNPATH: return "RUNPATH"; in dt_type() 2965 dyn->d_tag == DT_RPATH || dyn->d_tag == DT_RUNPATH) in dump_dyn_val() 3025 case DT_RUNPATH: in dump_dyn_val()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 168 _ELF_DEFINE_DT(DT_RUNPATH, 29, \
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 422 defm rpath: Eq<"rpath", "Add a DT_RUNPATH to the output">;
|
H A D | SyntheticSections.cpp | 1334 addInt(config->enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2487 case DT_RUNPATH: { in getDynamicEntry() 2492 {DT_RUNPATH, "Library runpath"}, in getDynamicEntry() 7470 case DT_RUNPATH: { in printAuxillaryDynamicTableEntryInfo()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 1478 case DT_RUNPATH: in digest_dynamic1()
|
/freebsd/contrib/openbsm/m4/ |
H A D | libtool.m4 | 2850 # Some binutils ld are patched to set DT_RUNPATH 5304 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 2870 # Some binutils ld are patched to set DT_RUNPATH 5325 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libtool.m4 | 2850 # Some binutils ld are patched to set DT_RUNPATH 5304 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | libtool.m4 | 2850 # Some binutils ld are patched to set DT_RUNPATH 5304 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/libevent/m4/ |
H A D | libtool.m4 | 2871 # Some binutils ld are patched to set DT_RUNPATH 5326 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/ldns/m4/ |
H A D | libtool.m4 | 2849 # Some binutils ld are patched to set DT_RUNPATH 5328 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/file/m4/ |
H A D | libtool.m4 | 2870 # Some binutils ld are patched to set DT_RUNPATH 5325 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/unbound/ |
H A D | aclocal.m4 | 2856 # Some binutils ld are patched to set DT_RUNPATH 5313 # DT_RUNPATH tag from executables and libraries. But doing so
|
/freebsd/contrib/sqlite3/ |
H A D | aclocal.m4 | 2863 # Some binutils ld are patched to set DT_RUNPATH 5342 # DT_RUNPATH tag from executables and libraries. But doing so
|