| /openbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | irix.em | 27 /* The native IRIX linker will always create a DT_SONAME for shared objects.
|
| D | elf32.em | 1269 section naming this file. If this file includes a DT_SONAME
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| D | irix.em | 27 /* The native IRIX linker will always create a DT_SONAME for shared objects.
|
| D | elf32.em | 1601 section naming this file. If this file includes a DT_SONAME
|
| /openbsd/src/libexec/ld.so/ |
| D | resolve.c | 355 if (object->Dyn.info[DT_SONAME]) in _dl_finalize_object() 356 object->Dyn.info[DT_SONAME] += object->Dyn.info[DT_STRTAB]; in _dl_finalize_object() 769 if (d->d_tag == DT_SONAME) { in _dl_islibc()
|
| D | library_subr.c | 232 soname = (char *)object->Dyn.info[DT_SONAME]; in _dl_lookup_object()
|
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 532 #define DT_SONAME 14 macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 558 #define DT_SONAME 14 macro
|
| /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 | 533 #define DT_SONAME 14 /* string table offset of shared obj */ macro
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-ifs.rst | 100 + ``DT_SONAME`` entry. (optional)
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | SymbolizerMarkupFormat.rst | 383 module, such as an ELF ``DT_SONAME`` string or a file name; but it might be
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | InputFiles.cpp | 1422 } else if (dyn.d_tag == DT_SONAME) { in parse()
|
| D | SyntheticSections.cpp | 1317 addInt(DT_SONAME, part.dynStrTab->addString(config->soName)); in computeContents() 1321 addInt(DT_SONAME, part.dynStrTab->addString(part.name)); in computeContents()
|
| D | Options.td | 382 defm soname: Eq<"soname", "Set DT_SONAME">;
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | readelf.c | 1756 case DT_SONAME: return "SONAME"; in get_dynamic_type() 6523 case DT_SONAME : in process_dynamic_section() 6554 case DT_SONAME: in process_dynamic_section()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elflink.c | 2771 case DT_SONAME: in elf_finalize_dynstr() 3053 if (dyn.d_tag == DT_SONAME) in elf_link_add_object_symbols() 4704 || !_bfd_elf_add_dynamic_entry (info, DT_SONAME, soname_indx)) in bfd_elf_size_dynamic_sections()
|
| D | elflink.h | 1498 if (dyn.d_tag == DT_SONAME) 3232 || ! elf_add_dynamic_entry (info, (bfd_vma) DT_SONAME, 3963 case DT_SONAME:
|
| D | elf.c | 1056 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | readelf.c | 1420 case DT_SONAME: return "SONAME"; in get_dynamic_type() 4909 case DT_SONAME : in process_dynamic_segment() 4939 case DT_SONAME: in process_dynamic_segment()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 2003 case ELF::DT_SONAME: in parseDynamicTable() 2378 case DT_SONAME: in getDynamicEntry() 2385 {DT_NEEDED, "Shared library"}, {DT_SONAME, "Library soname"}, in getDynamicEntry()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elflink.c | 2988 case DT_SONAME: in elf_finalize_dynstr() 3278 if (dyn.d_tag == DT_SONAME) in elf_link_add_object_symbols() 5194 || !_bfd_elf_add_dynamic_entry (info, DT_SONAME, soname_indx)) in bfd_elf_size_dynamic_sections()
|
| D | elf.c | 1219 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ld.texinfo | 562 When creating an ELF shared object, set the internal DT_SONAME field to 564 which has a DT_SONAME field, then when the executable is run the dynamic 565 linker will attempt to load the shared object specified by the DT_SONAME
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ld.texinfo | 587 When creating an ELF shared object, set the internal DT_SONAME field to 589 which has a DT_SONAME field, then when the executable is run the dynamic 590 linker will attempt to load the shared object specified by the DT_SONAME
|