Searched refs:DT_RUNPATH (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dlink.h107 #define DT_RUNPATH 29 /* run-time search path */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h551 #define DT_RUNPATH 29 macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1198 DT_RUNPATH = 29, // String table offset of lib search path. enumerator in enum:llvm::ELF::__anon9815
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c1545 case DT_RUNPATH: return "RUNPATH";
6224 case DT_RUNPATH :
6255 case DT_RUNPATH:
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c3075 case DT_RUNPATH:
3397 if (dyn.d_tag == DT_RUNPATH)
3422 /* Ignore DT_RPATH if we have seen DT_RUNPATH. */
3457 /* DT_RUNPATH overrides DT_RPATH. Do _NOT_ bfd_release, as that
5350 if (!_bfd_elf_add_dynamic_entry (info, DT_RUNPATH, indx))
H A Delf.c1239 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break;
1678 /* Get the list of DT_RPATH/DT_RUNPATH entries for a link. This is a

Completed in 253 milliseconds