/third_party/elfio/elfio/ |
D | elfio_dynamic.hpp | 80 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in get_entry() 154 case DT_NEEDED: in generic_get_entry_dyn() 204 case DT_NEEDED: in generic_add_entry_dyn()
|
D | elf_types.hpp | 666 #define DT_NEEDED 1 macro
|
D | elfio_dump.hpp | 412 { DT_NEEDED, "NEEDED" },
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 923 BOOST_CHECK_EQUAL( tag, DT_NEEDED ); in BOOST_AUTO_TEST_CASE() 926 BOOST_CHECK_EQUAL( tag, DT_NEEDED ); in BOOST_AUTO_TEST_CASE() 957 BOOST_CHECK_EQUAL( tag, DT_NEEDED ); in BOOST_AUTO_TEST_CASE() 999 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in BOOST_AUTO_TEST_CASE() 1013 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in BOOST_AUTO_TEST_CASE()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 283 #define DT_NEEDED 1 /* String table offset of a needed shared macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 283 #define DT_NEEDED 1 /* String table offset of a needed shared macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1090 DT_NEEDED = 1, // String table offset of needed library. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | DynamicTags.def | 217 DYNAMIC_TAG(USED, 0x7FFFFFFE) // Same as DT_NEEDED
|
/third_party/f2fs-tools/ |
D | VERSIONING | 88 doesn't use it. In SunOS 4, if you have a DT_NEEDED for libfoo.so.4,
|
/third_party/musl/ldso/ |
D | dynlink.c | 1186 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps() 1199 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 1202 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps() 1215 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 1202 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps() 1215 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1996 if (p->dynv[i] == DT_NEEDED) cnt++; in load_direct_deps() 2009 if (p->dynv[i] != DT_NEEDED) continue; in load_direct_deps() 4819 if (p->dynv[i] == DT_NEEDED) { in preload_direct_deps() 4841 if (p->dynv[i] != DT_NEEDED) { in preload_direct_deps()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 722 #define DT_NEEDED 1 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/musl/include/ |
D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 720 #define DT_NEEDED 1 macro
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 42512 "Set DT_NEEDED tags for DT_NEEDED entries in\n" 42515 "Lập thẻ « DT_NEEDED » (cần thiết DT)\n" 42516 "\tcho mục nhập « DT_NEEDED »\n" 42521 "Do not set DT_NEEDED tags for DT_NEEDED entries\n" 42524 "Đừng lập thẻ « DT_NEEDED » (cần thiết DT)\n" 42525 "\tcho mục nhập « DT_NEEDED »\n" 42529 msgid "Only set DT_NEEDED for following dynamic libs if used" 42531 "Chỉ lập thẻ « DT_NEEDED » (cần thiết DT)\n" 42535 msgid "Always set DT_NEEDED for following dynamic libs" 42537 "Luôn lập thẻ « DT_NEEDED » (cần thiết DT)\n"
|