Home
last modified time | relevance | path

Searched refs:DT_SONAME (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dirix.em27 /* The native IRIX linker will always create a DT_SONAME for shared objects.
Delf32.em1269 section naming this file. If this file includes a DT_SONAME
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/
Dirix.em27 /* The native IRIX linker will always create a DT_SONAME for shared objects.
Delf32.em1601 section naming this file. If this file includes a DT_SONAME
/openbsd/src/libexec/ld.so/
Dresolve.c355 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()
Dlibrary_subr.c232 soname = (char *)object->Dyn.info[DT_SONAME]; in _dl_lookup_object()
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h532 #define DT_SONAME 14 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h558 #define DT_SONAME 14 macro
/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.h533 #define DT_SONAME 14 /* string table offset of shared obj */ macro
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-ifs.rst100 + ``DT_SONAME`` entry. (optional)
/openbsd/src/gnu/llvm/llvm/docs/
DSymbolizerMarkupFormat.rst383 module, such as an ELF ``DT_SONAME`` string or a file name; but it might be
/openbsd/src/gnu/llvm/lld/ELF/
DInputFiles.cpp1422 } else if (dyn.d_tag == DT_SONAME) { in parse()
DSyntheticSections.cpp1317 addInt(DT_SONAME, part.dynStrTab->addString(config->soName)); in computeContents()
1321 addInt(DT_SONAME, part.dynStrTab->addString(part.name)); in computeContents()
DOptions.td382 defm soname: Eq<"soname", "Set DT_SONAME">;
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1756 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/
Delflink.c2771 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()
Delflink.h1498 if (dyn.d_tag == DT_SONAME)
3232 || ! elf_add_dynamic_entry (info, (bfd_vma) DT_SONAME,
3963 case DT_SONAME:
Delf.c1056 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c1420 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/
DELFDumper.cpp2003 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/
Delflink.c2988 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()
Delf.c1219 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/openbsd/src/gnu/usr.bin/binutils/ld/
Dld.texinfo562 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/
Dld.texinfo587 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

12