Home
last modified time | relevance | path

Searched refs:DT_NEEDED (Results 1 - 21 of 21) 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()
165 case DT_NEEDED: in generic_get_entry_dyn()
217 case DT_NEEDED: in generic_add_entry_dyn()
H A Delfio_dump.hpp473 { DT_NEEDED, "NEEDED" },
H A Delf_types.hpp994 constexpr Elf_Word DT_NEEDED = 1; member
/third_party/elfio/tests/
H A DELFIOTest.cpp938 EXPECT_EQ( tag, DT_NEEDED ); in TEST()
941 EXPECT_EQ( tag, DT_NEEDED ); in TEST()
972 EXPECT_EQ( tag, DT_NEEDED ); in TEST()
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/tests/
H A Dalldts.c47 DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp666 #define DT_NEEDED 1 macro
/third_party/libabigail/src/
H A Dabg-elf-reader.cc645 /// Get the value of the DT_NEEDED property of the current ELF file.
647 /// @return the value of the DT_NEEDED property.
807 /// Load the DT_NEEDED and DT_SONAME elf TAGS.
812 DT_NEEDED, in load_dt_soname_and_needed() local
878 load_elf_properties(); // DT_SONAME, DT_NEEDED, architecture in read_corpus()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1090 DT_NEEDED = 1, // String table offset of needed library. enumerator
/third_party/elfutils/src/
H A Delflint.c1606 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic()
1711 && dyn->d_tag != DT_NEEDED in check_dynamic()
1808 case DT_NEEDED: in check_dynamic()
3071 if (dyn != NULL && dyn->d_tag == DT_NEEDED) in unknown_dependency_p()
3146 /* Check that there is a DT_NEEDED entry for the referenced library. */ in check_verneed()
H A Dreadelf.c1901 if (dyn->d_tag == DT_NEEDED in handle_dynamic()
1924 case DT_NEEDED: in handle_dynamic()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1224 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps()
1237 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1223 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps()
1236 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps()
/third_party/musl/ldso/
H A Ddynlink.c1313 if (p->dynv[i] == DT_NEEDED) cnt++;
1326 if (p->dynv[i] != DT_NEEDED) continue;
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2196 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps()
2209 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps()
5454 if (p->dynv[i] == DT_NEEDED) { in preload_direct_deps()
5476 if (p->dynv[i] != DT_NEEDED) { in preload_direct_deps()
5480 LD_LOGD("load_library %{public}s adding DT_NEEDED task %{public}s namespace(%{public}s)", p->name, dtneed_name, namespace->ns_name); in preload_direct_deps()
/third_party/musl/ldso/linux/
H A Ddynlink.c2384 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps()
2397 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps()
5845 if (p->dynv[i] == DT_NEEDED) { in preload_direct_deps()
5867 if (p->dynv[i] != DT_NEEDED) { in preload_direct_deps()
5871 LD_LOGD("load_library %{public}s adding DT_NEEDED task %{public}s namespace(%{public}s)", p->name, dtneed_name, namespace->ns_name); in preload_direct_deps()
/third_party/musl/porting/linux/user/include/
H A Delf.h726 #define DT_NEEDED 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h720 #define DT_NEEDED 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h720 #define DT_NEEDED 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h720 #define DT_NEEDED 1 macro
/third_party/musl/include/
H A Delf.h745 #define DT_NEEDED 1 macro
/third_party/elfutils/libelf/
H A Delf.h874 #define DT_NEEDED 1 /* Name of needed library */ macro

Completed in 125 milliseconds