Home
last modified time | relevance | path

Searched refs:DT_SONAME (Results 1 – 20 of 20) sorted by relevance

/third_party/elfio/elfio/
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()
Delfio_dump.hpp486 { DT_SONAME, "SONAME" },
Delf_types.hpp1007 constexpr Elf_Word DT_SONAME = 14; variable
/third_party/elfutils/tests/
Dalldts.c50 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
/third_party/elfio/tests/
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/elfio/c_wrapper/
Delf_types_c_wrapper.hpp679 #define DT_SONAME 14 macro
/third_party/libabigail/src/
Dabg-elf-reader.cc817 DT_SONAME, in load_dt_soname_and_needed()
Dabg-elf-helpers.cc1543 if (dyn->d_tag != DT_SONAME) in get_soname_of_elf_file()
/third_party/elfutils/src/
Delfclassify.c378 if (dyn->d_tag == DT_SONAME) in run_classify()
Delflint.c1616 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic()
1811 case DT_SONAME: in check_dynamic()
Dreadelf.c1902 || dyn->d_tag == DT_SONAME in handle_dynamic()
1928 case DT_SONAME: in handle_dynamic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1103 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
/third_party/elfutils/libdwfl/
Ddwfl_segment_report_module.c871 else if (tag == DT_SONAME) in dwfl_segment_report_module()
/third_party/musl/porting/linux/user/include/
Delf.h738 #define DT_SONAME 14 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h733 #define DT_SONAME 14 macro
/third_party/musl/include/
Delf.h743 #define DT_SONAME 14 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h733 #define DT_SONAME 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h733 #define DT_SONAME 14 macro
/third_party/elfutils/libelf/
Delf.h887 #define DT_SONAME 14 /* Name of shared object */ macro
/third_party/musl/
DWHATSNEW905 - unnecessary DT_SONAME in libc.so caused problems on some systems