Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h723 #define DT_RPATH 15 macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h684 DT_RPATH = 15,
/toolchain/binutils/binutils-2.25/ld/
DNEWS371 DT_RPATH of a shared library for shared libraries needed by it.
DChangeLog-2007902 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.texinfo1760 @code{DT_RPATH} of a shared library are searched for shared
1761 libraries needed by it. The @code{DT_RPATH} entries are ignored if
/toolchain/binutils/binutils-2.25/ld/emultempl/
Daix.em778 being inserted into the output binary's DT_RPATH. */
Delf32.em1156 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1843 case DT_RPATH: return "RPATH"; in get_dynamic_type()
8790 case DT_RPATH : in process_dynamic_section()
8823 case DT_RPATH: in process_dynamic_section()
/toolchain/binutils/binutils-2.25/bfd/
Delflink.c3169 case DT_RPATH: in elf_finalize_dynstr()
3576 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
5645 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
DChangeLog-20132961 * elflink.c (bfd_elf_size_dynamic_sections): Only add DT_RPATH
Delf.c1298 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.
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc4885 odyn->add_string(elfcpp::DT_RPATH, rpath_val); in finish_dynamic_section()
DChangeLog2340 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH