Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h491 #define DT_RUNPATH 29 /* overrides DT_RPATH */ macro
/dragonfly/sys/sys/
H A Delf_common.h532 #define DT_RUNPATH 29 /* String table offset of a null-terminated macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h739 #define DT_RUNPATH 29 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h772 #define DT_RUNPATH 29 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h976 #define DT_RUNPATH 29 macro
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h715 DT_RUNPATH = 29,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h712 DT_RUNPATH = 29,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h136 _ELF_DEFINE_DT(DT_RUNPATH, 29, \
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c3397 case DT_RUNPATH: in elf_finalize_dynstr()
3844 if (dyn.d_tag == DT_RUNPATH) in elf_link_add_object_symbols()
5922 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
H A Delf.c1646 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c3210 case DT_RUNPATH: in elf_finalize_dynstr()
3586 if (dyn.d_tag == DT_RUNPATH) in elf_link_add_object_symbols()
5744 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
H A Delf.c1282 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2008 case DT_RUNPATH: return "RUNPATH"; in get_dynamic_type()
9503 case DT_RUNPATH : in process_dynamic_section()
9534 case DT_RUNPATH: in process_dynamic_section()
/dragonfly/libexec/rtld-elf/
H A Drtld.c1176 case DT_RUNPATH: in digest_dynamic1()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c3697 case DT_RUNPATH: in elf_finalize_dynstr()
4148 if (dyn.d_tag == DT_RUNPATH) in elf_link_add_object_symbols()
6875 tag = info->new_dtags ? DT_RUNPATH : DT_RPATH; in bfd_elf_size_dynamic_sections()
H A Delf.c1783 case DT_RUNPATH: name = "RUNPATH"; 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.cc4837 odyn->add_string(elfcpp::DT_RUNPATH, rpath_val); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5246 odyn->add_string(elfcpp::DT_RUNPATH, rpath_val); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2143 case DT_RUNPATH: return "RUNPATH"; in get_dynamic_type()
10344 case DT_RUNPATH : in process_dynamic_section()
10375 case DT_RUNPATH: in process_dynamic_section()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo1887 For a native ELF linker, the directories in @code{DT_RUNPATH} or
1890 @code{DT_RUNPATH} entries exist.