/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 533 #define DT_RPATH 15 macro
|
/openbsd/libexec/ld.so/ |
H A D | resolve.c | 357 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 D | common.h | 559 #define DT_RPATH 15 macro
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 197 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH || in printDynamicSection()
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 534 #define DT_RPATH 15 /* string table offset of library macro
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | NEWS | 75 DT_RPATH of a shared library for shared libraries needed by it.
|
H A D | ChangeLog-0001 | 2367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after 2373 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
|
H A D | ld.texinfo | 1416 @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 D | NEWS | 151 DT_RPATH of a shared library for shared libraries needed by it.
|
H A D | ChangeLog-0001 | 2367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after 2373 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
|
H A D | ld.texinfo | 1528 @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 D | readelf.c | 1757 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 D | elflink.c | 2772 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 D | elflink.h | 1556 if (!runpath && dyn.d_tag == DT_RPATH) 3254 || ! elf_add_dynamic_entry (info, (bfd_vma) DT_RPATH, indx) 3964 case DT_RPATH:
|
H A D | elf.c | 1057 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0001 | 7048 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and 7339 DT_RPATH is set.
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1421 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 D | elflink.c | 2989 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 D | elf.c | 1220 case DT_RPATH: name = "RPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0001 | 7048 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and 7339 DT_RPATH is set.
|
H A D | ChangeLog-0203 | 6025 DT_RPATH and DT_RUNPATH.
|
/openbsd/gnu/usr.bin/binutils/ld/emultempl/ |
H A D | elf32.em | 907 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2382 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 D | elf32.em | 1219 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 1308 addInt(config->enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents()
|