Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h547 #define DT_RUNPATH 29 macro
DChangeLog-91031061 (DT_RUNPATH): New dynamic section tag.
/openbsd/src/libexec/ld.so/
Dresolve.c359 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/
Dcommon.h573 #define DT_RUNPATH 29 macro
DChangeLog-91031095 (DT_RUNPATH): New dynamic section tag.
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DELFDump.cpp198 Dyn.d_tag == ELF::DT_RUNPATH || Dyn.d_tag == ELF::DT_SONAME || in printDynamicSection()
/openbsd/src/sys/sys/
Dexec_elf.h549 #define DT_RUNPATH 29 /* strtab offset of lib search path */ macro
/openbsd/src/gnu/usr.bin/binutils/ld/
DNEWS74 * The native ELF linker now searches the directories in DT_RUNPATH or
DChangeLog-00012367 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/
DNEWS150 * The native ELF linker now searches the directories in DT_RUNPATH or
DChangeLog-00012367 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/
Dreadelf.c132 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()
DChangeLog-00011367 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1771 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()
DChangeLog-00011367 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
/openbsd/src/gnu/llvm/lld/ELF/
DOptions.td367 defm rpath: Eq<"rpath", "Add a DT_RUNPATH to the output">;
DSyntheticSections.cpp1308 addInt(config->enableNewDtags ? DT_RUNPATH : DT_RPATH, in computeContents()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c2773 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()
Delflink.h1530 if (dyn.d_tag == DT_RUNPATH)
3256 && ! elf_add_dynamic_entry (info, (bfd_vma) DT_RUNPATH,
3965 case DT_RUNPATH:
DChangeLog-00011147 _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/
Delflink.c2990 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()
DChangeLog-00011147 _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/
Delf32.em907 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp2383 case DT_RUNPATH: { in getDynamicEntry()
2388 {DT_RUNPATH, "Library runpath"}, in getDynamicEntry()
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/
Delf32.em1219 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH

12