Searched refs:DT_SONAME (Results 1 – 17 of 17) sorted by relevance
563 #define DT_SONAME 14 macro
192 case DT_SONAME: return "DT_SONAME"; in d_tags()889 case DT_SONAME: in elf_print_dynamic()
539 #define DT_SONAME 14 /* String table offset of shared object macro
1032 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
858 if (Entry.getTag() == ELF::DT_SONAME) { in getLoadName()
789 while (DI != DE && DI->getTag() != ELF::DT_SONAME) in getLoadName()
891 case DT_SONAME: return "SONAME"; in dt_type()3209 if (dyn->d_tag == DT_NEEDED || dyn->d_tag == DT_SONAME || in dump_dyn_val()3257 case DT_SONAME: in dump_dyn_val()
1018 case DT_SONAME: in printValue()
112 _ELF_DEFINE_DT(DT_SONAME, 14, "names the shared object") \
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()
1836 case DT_SONAME: in elf_print_dynamic()
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
1102 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