Searched refs:DT_SONAME (Results 1 – 20 of 20) sorted by relevance
90 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in get_entry()171 case DT_SONAME: in generic_get_entry_dyn()223 case DT_SONAME: in generic_add_entry_dyn()
486 { DT_SONAME, "SONAME" },
1007 constexpr Elf_Word DT_SONAME = 14; variable
50 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
1066 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in TEST()1080 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in TEST()
679 #define DT_SONAME 14 macro
817 DT_SONAME, in load_dt_soname_and_needed()
1543 if (dyn->d_tag != DT_SONAME) in get_soname_of_elf_file()
378 if (dyn->d_tag == DT_SONAME) in run_classify()
1616 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic()1811 case DT_SONAME: in check_dynamic()
1902 || dyn->d_tag == DT_SONAME in handle_dynamic()1928 case DT_SONAME: in handle_dynamic()
1103 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
871 else if (tag == DT_SONAME) in dwfl_segment_report_module()
738 #define DT_SONAME 14 macro
733 #define DT_SONAME 14 macro
743 #define DT_SONAME 14 macro
887 #define DT_SONAME 14 /* Name of shared object */ macro
905 - unnecessary DT_SONAME in libc.so caused problems on some systems