Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h540 #define DT_RPATH 15 macro
/freebsd-9-stable/sys/xen/interface/
Delfstructs.h433 #define DT_RPATH 15 /* string table offset of library macro
/freebsd-9-stable/sys/sys/
Delf_common.h370 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h1630 DT_RPATH = 15, // String table offset of library search path. enumerator
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp761 case DT_RPATH: in printValue()
/freebsd-9-stable/usr.bin/elfdump/
Delfdump.c764 case DT_RPATH: in elf_print_dynamic()
/freebsd-9-stable/contrib/binutils/ld/
DNEWS187 DT_RPATH of a shared library for shared libraries needed by it.
DChangeLog424 from any paths being inserted into the output binary's DT_RPATH.
DChangeLog-00012367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2373 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
Dld.texinfo1578 @code{DT_RPATH} of a shared library are searched for shared
1579 libraries needed by it. The @code{DT_RPATH} entries are ignored if
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c1528 case DT_RPATH: return "RPATH"; in get_dynamic_type()
6220 case DT_RPATH : in process_dynamic_section()
6253 case DT_RPATH: in process_dynamic_section()
/freebsd-9-stable/contrib/binutils/bfd/
Delflink.c3157 case DT_RPATH: in elf_finalize_dynstr()
3539 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
5490 || !_bfd_elf_add_dynamic_entry (info, DT_RPATH, indx)) in bfd_elf_size_dynamic_sections()
Delf.c1255 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-00017048 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
7339 DT_RPATH is set.
DChangeLog-02036025 DT_RPATH and DT_RUNPATH.
DChangeLog-94955944 argument. If it is not NULL, use it to set DT_RPATH.
/freebsd-9-stable/contrib/binutils/ld/emultempl/
Delf32.em967 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
/freebsd-9-stable/libexec/rtld-elf/
Drtld.c1039 case DT_RPATH: in digest_dynamic1()