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

/macosx-10.10.1/dtrace-147/sys/
H A Dlink.h93 #define DT_RPATH 15 /* run-time search path */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h537 #define DT_RPATH 15 macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1184 DT_RPATH = 15, // String table offset of library search path. enumerator in enum:llvm::ELF::__anon9815
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c1531 case DT_RPATH: return "RPATH";
6218 case DT_RPATH :
6251 case DT_RPATH:
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c3074 case DT_RPATH:
3422 /* Ignore DT_RPATH if we have seen DT_RUNPATH. */
3423 if (!runpath && dyn.d_tag == DT_RPATH)
3457 /* DT_RUNPATH overrides DT_RPATH. Do _NOT_ bfd_release, as that
5344 || !_bfd_elf_add_dynamic_entry (info, DT_RPATH, indx))
H A Delf.c1225 case DT_RPATH: name = "RPATH"; stringp = TRUE; break;
1678 /* Get the list of DT_RPATH/DT_RUNPATH entries for a link. This is a

Completed in 330 milliseconds