Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h533 #define DT_RPATH 15 macro
/openbsd/libexec/ld.so/
H A Dresolve.c357 if (object->Dyn.info[DT_RPATH]) in _dl_finalize_object()
358 object->Dyn.info[DT_RPATH] += object->Dyn.info[DT_STRTAB]; in _dl_finalize_object()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h559 #define DT_RPATH 15 macro
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DELFDump.cpp197 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH || in printDynamicSection()
/openbsd/sys/sys/
H A Dexec_elf.h534 #define DT_RPATH 15 /* string table offset of library macro
/openbsd/gnu/usr.bin/binutils/ld/
H A DNEWS75 DT_RPATH of a shared library for shared libraries needed by it.
H A DChangeLog-00012367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2373 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
H A Dld.texinfo1416 @code{DT_RPATH} of a shared library are searched for shared
1417 libraries needed by it. The @code{DT_RPATH} entries are ignored if
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DNEWS151 DT_RPATH of a shared library for shared libraries needed by it.
H A DChangeLog-00012367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2373 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
H A Dld.texinfo1528 @code{DT_RPATH} of a shared library are searched for shared
1529 libraries needed by it. The @code{DT_RPATH} entries are ignored if
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1757 case DT_RPATH: return "RPATH"; in get_dynamic_type()
6524 case DT_RPATH : in process_dynamic_section()
6558 case DT_RPATH: in process_dynamic_section()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delflink.c2772 case DT_RPATH: in elf_finalize_dynstr()
3111 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
4722 || !_bfd_elf_add_dynamic_entry (info, DT_RPATH, indx)) in bfd_elf_size_dynamic_sections()
H A Delflink.h1556 if (!runpath && dyn.d_tag == DT_RPATH)
3254 || ! elf_add_dynamic_entry (info, (bfd_vma) DT_RPATH, indx)
3964 case DT_RPATH:
H A Delf.c1057 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
H A DChangeLog-00017048 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
7339 DT_RPATH is set.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1421 case DT_RPATH: return "RPATH"; in get_dynamic_type()
4910 case DT_RPATH : in process_dynamic_segment()
4943 case DT_RPATH: in process_dynamic_segment()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c2989 case DT_RPATH: in elf_finalize_dynstr()
3334 if (!runpath && dyn.d_tag == DT_RPATH) in elf_link_add_object_symbols()
5212 || !_bfd_elf_add_dynamic_entry (info, DT_RPATH, indx)) in bfd_elf_size_dynamic_sections()
H A Delf.c1220 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
H A DChangeLog-00017048 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
7339 DT_RPATH is set.
H A DChangeLog-02036025 DT_RPATH and DT_RUNPATH.
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Delf32.em907 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2382 case DT_RPATH: in getDynamicEntry()
2387 {DT_FILTER, "Filter library"}, {DT_RPATH, "Library rpath"}, in getDynamicEntry()
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Delf32.em1219 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1308 addInt(config->enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents()

12