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

/external/grub/stage2/
H A Di386-elf.h215 #define DT_NEEDED 1 macro
/external/kernel-headers/original/linux/
H A Delf.h61 #define DT_NEEDED 1 macro
/external/llvm/include/llvm/Support/
H A DELF.h1062 DT_NEEDED = 1, // String table offset of needed library. enumerator in enum:llvm::ELF::__anon7222
/external/llvm/include/llvm/Object/
H A DELF.h1801 // Find the first DT_NEEDED entry
1806 if (i->getTag() == ELF::DT_NEEDED)
1833 // Find the next DT_NEEDED entry.
1835 if (i->getTag() == ELF::DT_NEEDED)
1852 if (i->getTag() != ELF::DT_NEEDED)
1855 // This uses .dynstr to lookup the name of the DT_NEEDED entry.
/external/elfutils/src/
H A Delflint.c1502 [DT_NEEDED] = { [DT_STRTAB] = true },
1603 && dyn->d_tag != DT_NEEDED
1709 case DT_NEEDED:
2789 if (dyn != NULL && dyn->d_tag == DT_NEEDED)
2859 /* Check that there is a DT_NEEDED entry for the referenced library. */
H A Dldgeneric.c425 : gettext ("%s (for DT_NEEDED %s)\n"),
2065 /* If the file is a DT_NEEDED dependency then the type is
2103 if(dyn->d_tag == DT_NEEDED)
6674 /* Add the DT_NEEDED entries. */
6688 DT_NEEDED,
H A Dreadelf.c1333 case DT_NEEDED:
/external/qemu/
H A Delf.h130 #define DT_NEEDED 1 macro
/external/elfutils/libelf/
H A Delf.h653 #define DT_NEEDED 1 /* Name of needed library */ macro
/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 630 milliseconds