Home
last modified time | relevance | path

Searched refs:DT_SONAME (Results 1 - 19 of 19) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_dynamic.hpp90 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 Delfio_dump.hpp486 { DT_SONAME, "SONAME" },
H A Delf_types.hpp1007 constexpr Elf_Word DT_SONAME = 14; member
/third_party/elfutils/tests/
H A Dalldts.c50 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
/third_party/elfutils/src/
H A Delfclassify.c378 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 Delflint.c1616 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic()
1811 case DT_SONAME: in check_dynamic()
H A Dreadelf.c1902 || dyn->d_tag == DT_SONAME in handle_dynamic()
1928 case DT_SONAME: in handle_dynamic()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp679 #define DT_SONAME 14 macro
/third_party/libabigail/src/
H A Dabg-elf-reader.cc807 /// 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 Dabg-elf-helpers.cc1543 if (dyn->d_tag != DT_SONAME) in get_soname_of_elf_file()
/third_party/elfio/tests/
H A DELFIOTest.cpp1066 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 Ddwfl_segment_report_module.c711 /* 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 DELF.h1103 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h739 #define DT_SONAME 14 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h733 #define DT_SONAME 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h733 #define DT_SONAME 14 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h733 #define DT_SONAME 14 macro
/third_party/musl/include/
H A Delf.h758 #define DT_SONAME 14 macro
/third_party/elfutils/libelf/
H A Delf.h887 #define DT_SONAME 14 /* Name of shared object */ macro

Completed in 99 milliseconds