Searched refs:DT_SONAME (Results 1 – 15 of 15) sorted by relevance
563 #define DT_SONAME 14 macro
432 #define DT_SONAME 14 /* string table offset of shared obj */ macro
387 #define DT_SONAME 14 /* String table offset of shared object macro
192 case DT_SONAME: return "DT_SONAME"; in d_tags()885 case DT_SONAME: in elf_print_dynamic()
857 while (DI != DE && DI->getTag() != ELF::DT_SONAME) in getLoadName()870 while (DI != DE && DI->getTag() != ELF::DT_SONAME) in begin_libraries_needed()
815 while (it != ie && it->getTag() != ELF::DT_SONAME) in getLoadName()
1629 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
758 case DT_SONAME: in printValue()
1527 case DT_SONAME: return "SONAME"; in get_dynamic_type()6219 case DT_SONAME : in process_dynamic_section()6249 case DT_SONAME: in process_dynamic_section()
3156 case DT_SONAME: in elf_finalize_dynstr()3483 if (dyn.d_tag == DT_SONAME) in elf_link_add_object_symbols()5472 || !_bfd_elf_add_dynamic_entry (info, DT_SONAME, soname_indx)) in bfd_elf_size_dynamic_sections()
1254 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
5408 argument, and use it to set DT_SONAME dynamic entry.
1320 section naming this file. If this file includes a DT_SONAME
1073 case DT_SONAME: in digest_dynamic1()
576 When creating an ELF shared object, set the internal DT_SONAME field to578 which has a DT_SONAME field, then when the executable is run the dynamic579 linker will attempt to load the shared object specified by the DT_SONAME