Searched refs:DT_NEEDED (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp550 if (iter_.GetTag() == DT_NEEDED) {
/external/chromium_org/third_party/libvpx/include/
H A Delf.h85 #define DT_NEEDED 1 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h74 #define DT_NEEDED 1 macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp894 case DT_NEEDED:
966 if (Entry.d_tag == ELF::DT_NEEDED)
/external/elfutils/0.153/src/
H A Delflint.c1540 [DT_NEEDED] = { [DT_STRTAB] = true },
1637 && dyn->d_tag != DT_NEEDED
1734 case DT_NEEDED:
2814 if (dyn != NULL && dyn->d_tag == DT_NEEDED)
2884 /* Check that there is a DT_NEEDED entry for the referenced library. */
H A Dldgeneric.c423 : gettext ("%s (for DT_NEEDED %s)\n"),
2063 /* If the file is a DT_NEEDED dependency then the type is
2101 if(dyn->d_tag == DT_NEEDED)
6671 /* Add the DT_NEEDED entries. */
6685 DT_NEEDED,
H A Dreadelf.c1408 case DT_NEEDED:
/external/qemu/include/
H A Delf.h136 #define DT_NEEDED 1 macro
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h844 // Skip to the next DT_NEEDED entry.
847 while (DI != DE && DI->getTag() != ELF::DT_NEEDED);
/external/llvm/include/llvm/Support/
H A DELF.h1658 DT_NEEDED = 1, // String table offset of needed library. enumerator in enum:llvm::ELF::__anon25604
/external/elfutils/0.153/libelf/
H A Delf.h659 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp613 // The only type of entries we are concerned with are tagged DT_NEEDED,
620 if (symbol.d_tag != DT_NEEDED)
/external/valgrind/main/perf/
H A Dtinycc.c628 #define DT_NEEDED 1 /* Name of needed library */ macro
19391 put_dt(dynamic, DT_NEEDED, put_elf_str(dynstr, dllref->name));
20211 is referenced by the user (so it should be added as DT_NEEDED in
20304 case DT_NEEDED:

Completed in 5121 milliseconds