/external/elfutils/ |
D | NOTES | 51 - the old linker follows DT_NEEDED entries and adds the objects referenced 52 this way which define a symbol which is needed as a DT_NEEDED to the 53 generated binary. This is wrong since the DT_NEEDED changes the search
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 81 if (Dyn.d_tag == ELF::DT_NEEDED) { in printDynamicSection()
|
/external/elfutils/tests/ |
D | alldts.c | 46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 75 #define DT_NEEDED 1 macro
|
/external/u-boot/include/ |
D | elf.h | 499 #define DT_NEEDED 1 /* string table offset of needed lib */ macro
|
/external/libxkbcommon/xkbcommon/ |
D | configure.ac | 95 # OpenBSD does not have DT_NEEDED entries for libc by design
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1036 DT_NEEDED = 1, // String table offset of needed library. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1090 DT_NEEDED = 1, // String table offset of needed library. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1092 DT_NEEDED = 1, // String table offset of needed library. enumerator
|
/external/f2fs-tools/ |
D | VERSIONING | 88 doesn't use it. In SunOS 4, if you have a DT_NEEDED for libfoo.so.4,
|
/external/elfutils/src/ |
D | elflint.c | 1603 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic() 1708 && dyn->d_tag != DT_NEEDED in check_dynamic() 1805 case DT_NEEDED: in check_dynamic() 3061 if (dyn != NULL && dyn->d_tag == DT_NEEDED) in unknown_dependency_p()
|
D | ChangeLog | 4097 looping over DSOs. When deciding about adding DT_NEEDED entries
|
/external/kmod/port-gnu/ |
D | elf.h | 700 #define DT_NEEDED 1 /* Name of needed library */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 842 #define DT_NEEDED 1 /* Name of needed library */ macro
|
/external/elfutils/po/ |
D | ja.po | 6857 #~ msgid "Only set DT_NEEDED for following dynamic libs if actually used" 6859 #~ "実際に使用されるのなら以下のダイナミックライブラリーに DT_NEEDED を設定す" 6862 #~ msgid "Always set DT_NEEDED for following dynamic libs" 6863 #~ msgstr "以下のダイナミックライブラリーに常に DT_NEEDED を設定する" 7090 #~ msgid "%s (for DT_NEEDED %s)\n" 7091 #~ msgstr "%s (DT_NEEDED %s 用)\n"
|
D | uk.po | 7214 #~ msgid "Only set DT_NEEDED for following dynamic libs if actually used" 7216 #~ "Встановлювати DT_NEEDED лише для наступних динамічних бібліотек, якщо він " 7219 #~ msgid "Always set DT_NEEDED for following dynamic libs" 7220 #~ msgstr "Завжди встановлювати DT_NEEDED для наступних динамічних бібліотек" 7459 #~ msgid "%s (for DT_NEEDED %s)\n" 7460 #~ msgstr "%s (для DT_NEEDED %s)\n"
|
D | es.po | 7177 #~ msgid "Only set DT_NEEDED for following dynamic libs if actually used" 7179 #~ "Sólo se define DT_NEEDED para las siguientes bibliotecas dinámicas, si " 7182 #~ msgid "Always set DT_NEEDED for following dynamic libs" 7184 #~ "Siempre establece DT_NEEDED para las siguientes bibliotecas dinámicas" 7422 #~ msgid "%s (for DT_NEEDED %s)\n" 7423 #~ msgstr "%s (para DT_NEEDED %s)\n"
|
D | fr.po | 2799 msgid "Only set DT_NEEDED for following dynamic libs if actually used" 2803 msgid "Always set DT_NEEDED for following dynamic libs" 3129 msgid "%s (for DT_NEEDED %s)\n"
|
D | it.po | 2800 msgid "Only set DT_NEEDED for following dynamic libs if actually used" 2804 msgid "Always set DT_NEEDED for following dynamic libs" 3130 msgid "%s (for DT_NEEDED %s)\n"
|
D | zh_CN.po | 2800 msgid "Only set DT_NEEDED for following dynamic libs if actually used" 2804 msgid "Always set DT_NEEDED for following dynamic libs" 3130 msgid "%s (for DT_NEEDED %s)\n"
|
D | ru.po | 2799 msgid "Only set DT_NEEDED for following dynamic libs if actually used" 2803 msgid "Always set DT_NEEDED for following dynamic libs" 3129 msgid "%s (for DT_NEEDED %s)\n"
|
D | nl.po | 2800 msgid "Only set DT_NEEDED for following dynamic libs if actually used" 2804 msgid "Always set DT_NEEDED for following dynamic libs" 3130 msgid "%s (for DT_NEEDED %s)\n"
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1707 case DT_NEEDED: in printValue() 1797 if (Entry.d_tag == ELF::DT_NEEDED) in printNeededLibraries()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1812 case DT_NEEDED: in printValue() 1914 if (Entry.d_tag == ELF::DT_NEEDED) in printNeededLibraries()
|
/external/mesa3d/ |
D | configure.ac | 645 dnl OpenBSD does not have DT_NEEDED entries for libc by design
|