Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/
H A 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.
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 Dreadelf.h508 #define DT_RPATH 15 /* Library search path (DT_STRTAB offset) */ macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp241 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH || in printDynamicSection()
/freebsd/usr.bin/elfdump/
H A Delfdump.c194 case DT_RPATH: return "DT_RPATH"; in d_tags()
933 case DT_RPATH: in elf_print_dynamic()
/freebsd/sys/sys/
H A Delf_common.h613 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c176 case DT_RPATH: return "DT_RPATH"; in d_tags()
1643 case DT_RPATH: in elf_print_dynamic()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c849 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 Delfdefinitions.h145 _ELF_DEFINE_DT(DT_RPATH, 15, \
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2543 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 DObjectFileELF.cpp2456 case DT_RPATH: in ParseDynamicSymbols()
/freebsd/libexec/rtld-elf/
H A Drtld.c1494 case DT_RPATH: in digest_dynamic1()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1385 addInt(ctx.arg.enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents()