Searched refs:DT_RUNPATH (Results 1 – 25 of 31) sorted by relevance
12
| /freebsd-10-stable/contrib/binutils/include/elf/ |
| D | common.h | 578 #define DT_RUNPATH 29 macro
|
| D | ChangeLog-9103 | 1095 (DT_RUNPATH): New dynamic section tag.
|
| /freebsd-10-stable/sys/sys/ |
| D | elf_common.h | 561 #define DT_RUNPATH 29 /* String table offset of a null-terminated macro
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1644 DT_RUNPATH = 29, // String table offset of lib search path. enumerator
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 762 case DT_RUNPATH: in printValue()
|
| /freebsd-10-stable/usr.bin/elfdump/ |
| D | elfdump.c | 207 case DT_RUNPATH: return "DT_RUNPATH"; in d_tags()
|
| /freebsd-10-stable/contrib/binutils/ld/ |
| D | NEWS | 186 * 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.
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | readelf.c | 1542 case DT_RUNPATH: return "RUNPATH"; in get_dynamic_type() 6226 case DT_RUNPATH : in process_dynamic_section() 6257 case DT_RUNPATH: in process_dynamic_section()
|
| D | ChangeLog-0001 | 1367 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elflink.c | 3158 case DT_RUNPATH: in elf_finalize_dynstr() 3513 if (dyn.d_tag == DT_RUNPATH) in elf_link_add_object_symbols() 5496 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,
|
| D | elf.c | 1269 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
|
| /freebsd-10-stable/contrib/binutils/ld/emultempl/ |
| D | elf32.em | 968 LD_LIBRARY_PATH (native only), then the DT_RPATH/DT_RUNPATH
|
| /freebsd-10-stable/libexec/rtld-elf/ |
| D | rtld.c | 1090 case DT_RUNPATH: in digest_dynamic1()
|
| /freebsd-10-stable/contrib/binutils/ |
| D | libtool.m4 | 2324 # Some binutils ld are patched to set DT_RUNPATH 4276 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/openbsm/m4/ |
| D | libtool.m4 | 2652 # Some binutils ld are patched to set DT_RUNPATH 4913 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/file/m4/ |
| D | libtool.m4 | 2652 # Some binutils ld are patched to set DT_RUNPATH 4913 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/ldns/ |
| D | aclocal.m4 | 2658 # Some binutils ld are patched to set DT_RUNPATH 4937 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/unbound/ |
| D | aclocal.m4 | 2664 # Some binutils ld are patched to set DT_RUNPATH 4929 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/ntp/sntp/m4/ |
| D | libtool.m4 | 2850 # Some binutils ld are patched to set DT_RUNPATH 5304 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/m4/ |
| D | libtool.m4 | 2850 # Some binutils ld are patched to set DT_RUNPATH 5304 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/ldns/m4/ |
| D | libtool.m4 | 2850 # Some binutils ld are patched to set DT_RUNPATH 5304 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/libyaml/ |
| D | aclocal.m4 | 2472 # Some binutils ld are patched to set DT_RUNPATH 4514 # DT_RUNPATH tag from executables and libraries. But doing so
|
| /freebsd-10-stable/contrib/sqlite3/ |
| D | aclocal.m4 | 2666 # Some binutils ld are patched to set DT_RUNPATH 4927 # DT_RUNPATH tag from executables and libraries. But doing so
|
12