Searched refs:DT_RPATH (Results 1 – 12 of 12) sorted by relevance
| /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. 74 won't matter if the library is found in the paths given by `DT_RPATH` 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`, 80 while on Debian GNU/Linux, either can be set, and `DT_RPATH` is the 86 Debian GNU/Linux systems rather than DT_RPATH is to tell the linker to
|
| /freebsd/contrib/file/src/ |
| H A D | readelf.h | 508 #define DT_RPATH 15 /* Library search path (DT_STRTAB offset) */ macro
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 241 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH || in printDynamicSection()
|
| /freebsd/usr.bin/elfdump/ |
| H A D | elfdump.c | 194 case DT_RPATH: return "DT_RPATH"; in d_tags() 933 case DT_RPATH: in elf_print_dynamic()
|
| /freebsd/sys/sys/ |
| H A D | elf_common.h | 613 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
|
| /freebsd/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 176 case DT_RPATH: return "DT_RPATH"; in d_tags() 1643 case DT_RPATH: in elf_print_dynamic()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 849 case DT_RPATH: return "RPATH"; in dt_type() 2965 dyn->d_tag == DT_RPATH || dyn->d_tag == DT_RUNPATH) in dump_dyn_val() 3022 case DT_RPATH: in dump_dyn_val()
|
| /freebsd/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 145 _ELF_DEFINE_DT(DT_RPATH, 15, \
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2543 case DT_RPATH: in getDynamicEntry() 2548 {DT_FILTER, "Filter library"}, {DT_RPATH, "Library rpath"}, in getDynamicEntry() 7584 case DT_RPATH: in printAuxillaryDynamicTableEntryInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2456 case DT_RPATH: in ParseDynamicSymbols()
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 1494 case DT_RPATH: in digest_dynamic1()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1385 addInt(ctx.arg.enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents()
|