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

/external/elfutils/tests/
H A Dalldts.c46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT,
/external/syslinux/com32/include/sys/
H A Delfcommon.h63 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/syslinux/com32/lib/sys/module/
H A Delf_module.c57 case DT_NEEDED:
60 * MAX_NR_DEPS DT_NEEDED entries but if there
/external/kernel-headers/original/uapi/linux/
H A Delf.h74 #define DT_NEEDED 1 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h1036 DT_NEEDED = 1, // String table offset of needed library. enumerator in enum:llvm::ELF::__anon19703
/external/llvm/include/llvm/Support/
H A DELF.h1092 DT_NEEDED = 1, // String table offset of needed library. enumerator in enum:llvm::ELF::__anon12494
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1090 DT_NEEDED = 1, // String table offset of needed library. enumerator in enum:llvm::ELF::__anon20540
/external/elfutils/src/
H A Delflint.c1586 [DT_NEEDED] = { [DT_STRTAB] = true },
1691 && dyn->d_tag != DT_NEEDED
1788 case DT_NEEDED:
3029 if (dyn != NULL && dyn->d_tag == DT_NEEDED)
3104 /* Check that there is a DT_NEEDED entry for the referenced library. */
H A Dldgeneric.c415 : gettext ("%s (for DT_NEEDED %s)\n"),
2055 /* If the file is a DT_NEEDED dependency then the type is
2093 if(dyn->d_tag == DT_NEEDED)
6663 /* Add the DT_NEEDED entries. */
6677 DT_NEEDED,
H A Dreadelf.c1709 case DT_NEEDED:
/external/elfutils/libelf/
H A Delf.h701 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/kmod/port-gnu/
H A Delf.h700 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1707 case DT_NEEDED:
1797 if (Entry.d_tag == ELF::DT_NEEDED)
/external/valgrind/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 734 milliseconds