/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 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()
|
H A D | elfio_dump.hpp | 486 { DT_SONAME, "SONAME" },
|
H A D | elf_types.hpp | 1007 constexpr Elf_Word DT_SONAME = 14; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 50 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 378 if (dyn->d_tag == DT_SONAME) in run_classify() 506 /* Treat a DT_SONAME tag as a strong indicator that this is a shared in is_shared()
|
H A D | elflint.c | 1616 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic() 1811 case DT_SONAME: in check_dynamic()
|
H A D | readelf.c | 1902 || dyn->d_tag == DT_SONAME in handle_dynamic() 1928 case DT_SONAME: in handle_dynamic()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 679 #define DT_SONAME 14 macro
|
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 807 /// Load the DT_NEEDED and DT_SONAME elf TAGS. 817 DT_SONAME, in load_dt_soname_and_needed() local 878 load_elf_properties(); // DT_SONAME, DT_NEEDED, architecture in read_corpus()
|
H A D | abg-elf-helpers.cc | 1543 if (dyn->d_tag != DT_SONAME) in get_soname_of_elf_file()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 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()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_segment_report_module.c | 711 /* NAME found from link map has precedence over DT_SONAME possibly read in dwfl_segment_report_module() 807 If it has DT_SONAME, we'll use that as the module name. in dwfl_segment_report_module() 809 We need its DT_STRTAB and DT_STRSZ to decipher DT_SONAME, in dwfl_segment_report_module() 871 else if (tag == DT_SONAME) in dwfl_segment_report_module() 888 /* We'll use the name passed in or a stupid default if not DT_SONAME. */ in dwfl_segment_report_module() 916 /* Try to get the DT_SONAME string. */ in dwfl_segment_report_module()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1103 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 739 #define DT_SONAME 14 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 733 #define DT_SONAME 14 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 733 #define DT_SONAME 14 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 733 #define DT_SONAME 14 macro
|
/third_party/musl/include/ |
H A D | elf.h | 758 #define DT_SONAME 14 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 887 #define DT_SONAME 14 /* Name of shared object */ macro
|