| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 547 #define DT_RUNPATH 29 macro
|
| D | ChangeLog-9103 | 1061 (DT_RUNPATH): New dynamic section tag.
|
| /openbsd/src/libexec/ld.so/ |
| D | resolve.c | 359 if (object->Dyn.info[DT_RUNPATH]) in _dl_finalize_object() 360 object->Dyn.info[DT_RUNPATH] += object->Dyn.info[DT_STRTAB]; in _dl_finalize_object()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 573 #define DT_RUNPATH 29 macro
|
| D | ChangeLog-9103 | 1095 (DT_RUNPATH): New dynamic section tag.
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | ELFDump.cpp | 198 Dyn.d_tag == ELF::DT_RUNPATH || Dyn.d_tag == ELF::DT_SONAME || in printDynamicSection()
|
| /openbsd/src/sys/sys/ |
| D | exec_elf.h | 549 #define DT_RUNPATH 29 /* strtab offset of lib search path */ macro
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | NEWS | 74 * The native ELF linker now searches the directories in DT_RUNPATH or
|
| 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.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | NEWS | 150 * The native ELF linker now searches the directories in DT_RUNPATH or
|
| 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.
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | readelf.c | 132 bfd_vma dynamic_info[DT_RUNPATH + 1]; 1435 case DT_RUNPATH: return "RUNPATH"; in get_dynamic_type() 4916 case DT_RUNPATH : in process_dynamic_segment() 4947 case DT_RUNPATH: in process_dynamic_segment()
|
| D | ChangeLog-0001 | 1367 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | readelf.c | 1771 case DT_RUNPATH: return "RUNPATH"; in get_dynamic_type() 6530 case DT_RUNPATH : in process_dynamic_section() 6562 case DT_RUNPATH: in process_dynamic_section()
|
| D | ChangeLog-0001 | 1367 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Options.td | 367 defm rpath: Eq<"rpath", "Add a DT_RUNPATH to the output">;
|
| D | SyntheticSections.cpp | 1308 addInt(config->enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elflink.c | 2773 case DT_RUNPATH: in elf_finalize_dynstr() 3085 if (dyn.d_tag == DT_RUNPATH) in elf_link_add_object_symbols() 4728 if (!_bfd_elf_add_dynamic_entry (info, DT_RUNPATH, indx)) in bfd_elf_size_dynamic_sections()
|
| D | elflink.h | 1530 if (dyn.d_tag == DT_RUNPATH) 3256 && ! elf_add_dynamic_entry (info, (bfd_vma) DT_RUNPATH, 3965 case DT_RUNPATH:
|
| D | ChangeLog-0001 | 1147 _bfd_stringtab calls. For DT_RUNPATH and Verdaux vda_name fields, 7049 DT_RUNPATH entries. 7294 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true. 7338 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if 7373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elflink.c | 2990 case DT_RUNPATH: in elf_finalize_dynstr() 3308 if (dyn.d_tag == DT_RUNPATH) in elf_link_add_object_symbols() 5218 if (!_bfd_elf_add_dynamic_entry (info, DT_RUNPATH, indx)) in bfd_elf_size_dynamic_sections()
|
| D | ChangeLog-0001 | 1147 _bfd_stringtab calls. For DT_RUNPATH and Verdaux vda_name fields, 7049 DT_RUNPATH entries. 7294 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true. 7338 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if 7373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
|
| /openbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | elf32.em | 907 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 2383 case DT_RUNPATH: { in getDynamicEntry() 2388 {DT_RUNPATH, "Library runpath"}, in getDynamicEntry()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| D | elf32.em | 1219 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
|