Searched refs:DT_NEEDED (Results 1 – 14 of 14) sorted by relevance
29 - the old linker follows DT_NEEDED entries and adds the objects referenced30 this way which define a symbol which is needed as a DT_NEEDED to the31 generated binary. This is wrong since the DT_NEEDED changes the search
215 #define DT_NEEDED 1 macro
130 #define DT_NEEDED 1 macro
1484 DT_NEEDED = 1, // String table offset of needed library. enumerator
1502 [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()
2103 if(dyn->d_tag == DT_NEEDED) in file_process2()6688 DT_NEEDED, in ld_generic_create_outfile()
906 looping over DSOs. When deciding about adding DT_NEEDED entries
1333 case DT_NEEDED: in handle_dynamic()
750 case DT_NEEDED: in printValue()
2681 while (i != e && i->getTag() != ELF::DT_NEEDED)2700 while (i != e && i->getTag() != ELF::DT_NEEDED);2716 if (i->getTag() != ELF::DT_NEEDED)
653 #define DT_NEEDED 1 /* Name of needed library */ macro
11 # (DT_NEEDED) instead of using dlopen. This helps with automated
2093 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"
628 #define DT_NEEDED 1 /* Name of needed library */ macro19389 put_dt(dynamic, DT_NEEDED, put_elf_str(dynstr, dllref->name)); in tcc_output_file()20302 case DT_NEEDED: in tcc_load_dll()