Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h476 #define DT_SONAME 14 /* Shared object name (DT_STRTAB offset) */ macro
/dragonfly/sys/sys/
H A Delf_common.h511 #define DT_SONAME 14 /* String table offset of shared object macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h724 #define DT_SONAME 14 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h757 #define DT_SONAME 14 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h961 #define DT_SONAME 14 macro
/dragonfly/contrib/binutils-2.34/gold/
H A Ddynobj.cc300 case elfcpp::DT_SONAME: in read_dynamic()
H A Dlayout.cc5183 odyn->add_string(elfcpp::DT_SONAME, soname); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddynobj.cc300 case elfcpp::DT_SONAME: in read_dynamic()
H A Dlayout.cc4774 odyn->add_string(elfcpp::DT_SONAME, soname); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h700 DT_SONAME = 14,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h697 DT_SONAME = 14,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h112 _ELF_DEFINE_DT(DT_SONAME, 14, "names the shared object") \
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c3395 case DT_SONAME: in elf_finalize_dynstr()
3814 if (dyn.d_tag == DT_SONAME) in elf_link_add_object_symbols()
5901 || !_bfd_elf_add_dynamic_entry (info, DT_SONAME, soname_indx)) in bfd_elf_size_dynamic_sections()
H A Delf.c1631 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c3208 case DT_SONAME: in elf_finalize_dynstr()
3556 if (dyn.d_tag == DT_SONAME) in elf_link_add_object_symbols()
5723 || !_bfd_elf_add_dynamic_entry (info, DT_SONAME, soname_indx)) in bfd_elf_size_dynamic_sections()
H A Delf.c1267 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c1993 case DT_SONAME: return "SONAME"; in get_dynamic_type()
9496 case DT_SONAME : in process_dynamic_section()
9526 case DT_SONAME: in process_dynamic_section()
/dragonfly/libexec/rtld-elf/
H A Drtld.c1172 case DT_SONAME: in digest_dynamic1()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c3695 case DT_SONAME: in elf_finalize_dynstr()
4118 if (dyn.d_tag == DT_SONAME) in elf_link_add_object_symbols()
6341 || !_bfd_elf_add_dynamic_entry (info, DT_SONAME, soname_indx)) in bfd_elf_size_dynamic_sections()
H A Delf.c1768 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em1698 section naming this file. If this file includes a DT_SONAME
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2128 case DT_SONAME: return "SONAME"; in get_dynamic_type()
10337 case DT_SONAME : in process_dynamic_section()
10367 case DT_SONAME: in process_dynamic_section()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo372 @var{AUDITLIB} is not checked for existence, nor will it use the DT_SONAME
472 @var{AUDITLIB} is not checked for existence, nor will it use the DT_SONAME
636 When creating an ELF shared object, set the internal DT_SONAME field to
638 which has a DT_SONAME field, then when the executable is run the dynamic
639 linker will attempt to load the shared object specified by the DT_SONAME