/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 90 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 D | elfio_dump.hpp | 473 { DT_NEEDED, "NEEDED" },
|
H A D | elf_types.hpp | 994 constexpr Elf_Word DT_NEEDED = 1; member
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 938 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 D | alldts.c | 47 DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 666 #define DT_NEEDED 1 macro
|
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 645 /// 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 D | ELF.h | 1090 DT_NEEDED = 1, // String table offset of needed library. enumerator
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1606 [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 D | readelf.c | 1901 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 D | dynlink.c | 1224 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 D | dynlink.c | 1223 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 D | dynlink.c | 1313 if (p->dynv[i] == DT_NEEDED) cnt++; 1326 if (p->dynv[i] != DT_NEEDED) continue;
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2196 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 D | dynlink.c | 2384 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 D | elf.h | 726 #define DT_NEEDED 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/musl/include/ |
H A D | elf.h | 745 #define DT_NEEDED 1 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 874 #define DT_NEEDED 1 /* Name of needed library */ macro
|