Searched defs:DT_NEEDED (Results 1 - 5 of 5) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h215 #define DT_NEEDED 1 macro
/external/qemu/
H A Delf.h130 #define DT_NEEDED 1 macro
/external/llvm/include/llvm/Support/
H A DELF.h1484 DT_NEEDED = 1, // String table offset of needed library. enumerator in enum:llvm::ELF::__anon21940
/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 111 milliseconds