Home
last modified time | relevance | path

Searched refs:DT_NEEDED (Results 1 – 25 of 29) sorted by relevance

12

/external/elfutils/
DNOTES51 - 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/
DELFDump.cpp81 if (Dyn.d_tag == ELF::DT_NEEDED) { in printDynamicSection()
/external/elfutils/tests/
Dalldts.c46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h75 #define DT_NEEDED 1 macro
/external/u-boot/include/
Delf.h499 #define DT_NEEDED 1 /* string table offset of needed lib */ macro
/external/libxkbcommon/xkbcommon/
Dconfigure.ac95 # OpenBSD does not have DT_NEEDED entries for libc by design
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1036 DT_NEEDED = 1, // String table offset of needed library. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1090 DT_NEEDED = 1, // String table offset of needed library. enumerator
/external/llvm/include/llvm/Support/
DELF.h1092 DT_NEEDED = 1, // String table offset of needed library. enumerator
/external/f2fs-tools/
DVERSIONING88 doesn't use it. In SunOS 4, if you have a DT_NEEDED for libfoo.so.4,
/external/elfutils/src/
Delflint.c1603 [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()
DChangeLog4097 looping over DSOs. When deciding about adding DT_NEEDED entries
/external/kmod/port-gnu/
Delf.h700 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/elfutils/libelf/
Delf.h842 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/elfutils/po/
Dja.po6857 #~ 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"
Duk.po7214 #~ 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"
Des.po7177 #~ 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"
Dfr.po2799 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"
Dit.po2800 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"
Dzh_CN.po2800 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"
Dru.po2799 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"
Dnl.po2800 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/
DELFDumper.cpp1707 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/
DELFDumper.cpp1812 case DT_NEEDED: in printValue()
1914 if (Entry.d_tag == ELF::DT_NEEDED) in printNeededLibraries()
/external/mesa3d/
Dconfigure.ac645 dnl OpenBSD does not have DT_NEEDED entries for libc by design

12