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

/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dcommon.h554 #define DT_RUNPATH 29 macro
/freebsd-9.3-release/sys/sys/
H A Delf_common.h389 #define DT_RUNPATH 29 /* String table offset of a null-terminated macro
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp762 case DT_RUNPATH:
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1644 DT_RUNPATH = 29, // String table offset of lib search path. enumerator in enum:llvm::ELF::__anon1989
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c1545 case DT_RUNPATH: return "RUNPATH";
6229 case DT_RUNPATH :
6260 case DT_RUNPATH:
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delflink.c3166 case DT_RUNPATH:
3522 if (dyn.d_tag == DT_RUNPATH)
3547 /* Ignore DT_RPATH if we have seen DT_RUNPATH. */
3582 /* DT_RUNPATH overrides DT_RPATH. Do _NOT_ bfd_release, as that
5477 if (!_bfd_elf_add_dynamic_entry (info, DT_RUNPATH, indx))
H A Delf.c1271 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break;
1710 /* Get the list of DT_RPATH/DT_RUNPATH entries for a link. This is a
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c1047 case DT_RUNPATH:
1429 * DT_RPATH in the referencing file _unless_ DT_RUNPATH is present (1)
1430 * DT_RPATH of the main object if DSO without defined DT_RUNPATH (1)
1432 * DT_RUNPATH in the referencing file

Completed in 305 milliseconds