Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dneeded-libs.test37 - Tag: DT_NEEDED
39 - Tag: DT_NEEDED
41 - Tag: DT_NEEDED
43 - Tag: DT_NEEDED
45 - Tag: DT_NEEDED
87 - Tag: DT_NEEDED
89 - Tag: DT_NEEDED
Ddynamic-malformed.test156 - Tag: DT_NEEDED
225 - Tag: DT_NEEDED
353 - Tag: DT_NEEDED
Ddynamic-tags.test157 - Tag: DT_NEEDED
468 - Tag: DT_NEEDED
/external/llvm-project/llvm/test/tools/llvm-elfabi/
Dbinary-read-neededlibs-bad-offset.test23 - Tag: DT_NEEDED
27 # Bad DT_NEEDED entry (offset outside string table):
28 - Tag: DT_NEEDED
49 # CHECK: DT_NEEDED string offset (0x000000000000ffff) outside of dynamic string table
Dbinary-read-neededlibs.test23 - Tag: DT_NEEDED
27 - Tag: DT_NEEDED
/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/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Ddynamic-section.test83 - Tag: DT_NEEDED
298 - Tag: DT_NEEDED
454 - Tag: DT_NEEDED
469 - Tag: DT_NEEDED
/external/elfutils/tests/
Dalldts.c47 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
/external/llvm-project/lld/test/ELF/
Dgc-sections-shared.s14 # At the same time, weak symbols should not cause adding DT_NEEDED;
/external/kernel-headers/original/uapi/linux/
Delf.h76 #define DT_NEEDED 1 macro
/external/crosvm/kernel_loader/src/
Delf.rs79 pub const DT_NEEDED: u32 = 1; constant
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp230 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib)); in ELFStubBuilder()
397 case DT_NEEDED: in populateDynamic()
/external/llvm-project/libc/cmake/modules/
DLLVMLibCLibraryRules.cmake134 # prevent DT_NEEDED on C++ runtime.
/external/llvm-project/llvm/tools/llvm-objdump/
DELFDump.cpp185 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH || in printDynamicSection()
/external/llvm/include/llvm/Support/
DELF.h1092 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def217 DYNAMIC_TAG(USED, 0x7FFFFFFE) // Same as DT_NEEDED
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDynamicTags.def217 DYNAMIC_TAG(USED, 0x7FFFFFFE) // Same as DT_NEEDED
/external/f2fs-tools/
DVERSIONING88 doesn't use it. In SunOS 4, if you have a DT_NEEDED for libfoo.so.4,
/external/libabigail/doc/manuals/
Dabidw.rst160 Do not include the list of DT_NEEDED dependency names in the
/external/llvm-project/lld/ELF/
DOptions.td107 "Only set DT_NEEDED for shared libraries if used",
108 "Always set DT_NEEDED for shared libraries (default)">;
/external/elfutils/src/
Delflint.c1607 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic()
1712 && dyn->d_tag != DT_NEEDED in check_dynamic()
1809 case DT_NEEDED: in check_dynamic()
3072 if (dyn != NULL && dyn->d_tag == DT_NEEDED) in unknown_dependency_p()
/external/google-breakpad/src/third_party/musl/include/
Delf.h571 #define DT_NEEDED 1 macro
/external/kmod/port-gnu/
Delf.h700 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/elfutils/po/
Dja.po6930 #~ msgid "Only set DT_NEEDED for following dynamic libs if actually used"
6932 #~ "実際に使用されるのなら以下のダイナミックライブラリーに DT_NEEDED を設定す"
6935 #~ msgid "Always set DT_NEEDED for following dynamic libs"
6936 #~ msgstr "以下のダイナミックライブラリーに常に DT_NEEDED を設定する"
7163 #~ msgid "%s (for DT_NEEDED %s)\n"
7164 #~ msgstr "%s (DT_NEEDED %s 用)\n"

12