Searched refs:DT_NEEDED (Results 1 – 22 of 22) sorted by relevance
4 # so that the resulting libgcc_s.so has the necessary DT_NEEDED entry for
107 /* Handle as_needed DT_NEEDED. */115 DT_NEEDED entry for this file, unless it is used to resolve121 DT_NEEDED entry for any dynamic library in DT_NEEDED tags from221 /* See if an input file matches a DT_NEEDED entry by running stat on265 shared library has a DT_NEEDED entry of libc.so.5. This is a294 named by a DT_NEEDED entry. The FORCE parameter indicates whether320 /* For DT_NEEDED, they have to match. */383 /* We've found a dynamic object matching the DT_NEEDED entry. */415 DT_NEEDED entry for this file, unless it is used to resolve420 DT_NEEDED entry for this file at all if the entry is from a file[all …]
38 # DT_NEEDED entry for libunwind.
42 Look for DT_NEEDED libraries in paths specified by ld.so.conf before84 * ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag85 should be added when a shared library comes from DT_NEEDED tags.105 * ELF: --as-needed/--no-as-needed options to control if a DT_NEEDED tag should
897 DT_NEEDED libs.1304 search directories for DT_NEEDED entries.
1070 This option affects ELF DT_NEEDED tags for dynamic libraries mentioned1072 the linker will add a DT_NEEDED tag for each dynamic library mentioned1074 needed. @option{--as-needed} causes DT_NEEDED tags to only be emitted1084 DT_NEEDED tags in dynamic libraries mentioned on the command line after1086 a DT_NEEDED tag for each dynamic library from DT_NEEDED tags.1087 @option{--no-add-needed} causes DT_NEEDED tags will never be emitted1088 for those libraries from DT_NEEDED tags. @option{--add-needed} restores
2367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
550 #define DT_NEEDED 1 macro
419 #define DT_NEEDED 1 /* string table offset of needed lib */ macro
1417 "Set DT_NEEDED tags for DT_NEEDED entries in\n"1423 "Do not set DT_NEEDED tags for DT_NEEDED entries\n"1428 msgid "Only set DT_NEEDED for following dynamic libs if used"1432 msgid "Always set DT_NEEDED for following dynamic libs"
755 case DT_NEEDED: in printValue()812 if (DynI->d_tag == ELF::DT_NEEDED) in printNeededLibraries()
373 #define DT_NEEDED 1 /* String table offset of a needed shared macro
179 case DT_NEEDED: return "DT_NEEDED"; in d_tags()884 case DT_NEEDED: in elf_print_dynamic()
1616 DT_NEEDED = 1, // String table offset of needed library. enumerator
885 while (DI != DE && DI->getTag() != ELF::DT_NEEDED); in getLibraryNext()
714 if (symbol.d_tag != DT_NEEDED) in ParseDependentModules()
3058 if (dyn.d_tag == DT_NEEDED in elf_add_dt_needed_tag()3072 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex)) in elf_add_dt_needed_tag()3155 case DT_NEEDED: in elf_finalize_dynstr()3490 if (dyn.d_tag == DT_NEEDED) in elf_link_add_object_symbols()
1241 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()1780 if (dyn.d_tag == DT_NEEDED) in bfd_elf_get_bfd_needed_list()
1139 Call _bfd_elf_strtab_delref if DT_NEEDED entry is not needed or4362 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to7244 dt_needed, to indicate if the symbol comes from a DT_NEEDED7352 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED7353 entry if the shared object loaded by DT_NEEDED is used to
2834 is an empty string, don't make a DT_NEEDED entry in the output2835 file. Record all DT_NEEDED entries found in input dynamic3857 DT_NEEDED seen in .dynamic section.6490 is set, use that instead of the filename for the DT_NEEDED dynamic
1514 case DT_NEEDED: return "NEEDED"; in get_dynamic_type()6211 case DT_NEEDED : in process_dynamic_section()6242 case DT_NEEDED: in process_dynamic_section()
1017 case DT_NEEDED: in digest_dynamic1()