Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h477 #define DT_RPATH 15 /* Library search path (DT_STRTAB offset) */ macro
/dragonfly/sys/sys/
H A Delf_common.h513 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h725 #define DT_RPATH 15 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h758 #define DT_RPATH 15 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h962 #define DT_RPATH 15 macro
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h701 DT_RPATH = 15,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h698 DT_RPATH = 15,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h113 _ELF_DEFINE_DT(DT_RPATH, 15, \
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c3396 case DT_RPATH: in elf_finalize_dynstr()
3870 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
5922 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
H A Delf.c1632 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c3209 case DT_RPATH: in elf_finalize_dynstr()
3612 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
5744 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
H A Delf.c1268 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c1994 case DT_RPATH: return "RPATH"; in get_dynamic_type()
9497 case DT_RPATH : in process_dynamic_section()
9530 case DT_RPATH: in process_dynamic_section()
/dragonfly/libexec/rtld-elf/
H A Drtld.c1164 case DT_RPATH: in digest_dynamic1()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c3696 case DT_RPATH: in elf_finalize_dynstr()
4174 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
6875 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
H A Delf.c1769 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em1205 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4835 odyn->add_string(elfcpp::DT_RPATH, rpath_val); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5244 odyn->add_string(elfcpp::DT_RPATH, rpath_val); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2129 case DT_RPATH: return "RPATH"; in get_dynamic_type()
10338 case DT_RPATH : in process_dynamic_section()
10371 case DT_RPATH: in process_dynamic_section()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo1888 @code{DT_RPATH} of a shared library are searched for shared
1889 libraries needed by it. The @code{DT_RPATH} entries are ignored if