Home
last modified time | relevance | path

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

/external/elfutils/
DNOTES29 - the old linker follows DT_NEEDED entries and adds the objects referenced
30 this way which define a symbol which is needed as a DT_NEEDED to the
31 generated binary. This is wrong since the DT_NEEDED changes the search
/external/grub/stage2/
Di386-elf.h215 #define DT_NEEDED 1 macro
/external/qemu/
Delf.h130 #define DT_NEEDED 1 macro
/external/llvm/include/llvm/Support/
DELF.h1484 DT_NEEDED = 1, // String table offset of needed library. enumerator
/external/elfutils/src/
Delflint.c1502 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic()
1603 && dyn->d_tag != DT_NEEDED in check_dynamic()
1709 case DT_NEEDED: in check_dynamic()
2789 if (dyn != NULL && dyn->d_tag == DT_NEEDED) in unknown_dependency_p()
Dldgeneric.c2103 if(dyn->d_tag == DT_NEEDED) in file_process2()
6688 DT_NEEDED, in ld_generic_create_outfile()
DChangeLog906 looping over DSOs. When deciding about adding DT_NEEDED entries
Dreadelf.c1333 case DT_NEEDED: in handle_dynamic()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp750 case DT_NEEDED: in printValue()
/external/llvm/include/llvm/Object/
DELF.h2681 while (i != e && i->getTag() != ELF::DT_NEEDED)
2700 while (i != e && i->getTag() != ELF::DT_NEEDED);
2716 if (i->getTag() != ELF::DT_NEEDED)
/external/elfutils/libelf/
Delf.h653 #define DT_NEEDED 1 /* Name of needed library */ macro
/external/chromium_org/media/
Dmedia.gyp11 # (DT_NEEDED) instead of using dlopen. This helps with automated
/external/elfutils/po/
Delfutils.pot2093 msgid "Only set DT_NEEDED for following dynamic libs if actually used"
2097 msgid "Always set DT_NEEDED for following dynamic libs"
2423 msgid "%s (for DT_NEEDED %s)\n"
/external/valgrind/main/perf/
Dtinycc.c628 #define DT_NEEDED 1 /* Name of needed library */ macro
19389 put_dt(dynamic, DT_NEEDED, put_elf_str(dynstr, dllref->name)); in tcc_output_file()
20302 case DT_NEEDED: in tcc_load_dll()