Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/
HDt-libunwind4 # so that the resulting libgcc_s.so has the necessary DT_NEEDED entry for
/trueos/contrib/binutils/ld/emultempl/
HDelf32.em107 /* Handle as_needed DT_NEEDED. */
115 DT_NEEDED entry for this file, unless it is used to resolve
121 DT_NEEDED entry for any dynamic library in DT_NEEDED tags from
221 /* See if an input file matches a DT_NEEDED entry by running stat on
265 shared library has a DT_NEEDED entry of libc.so.5. This is a
294 named by a DT_NEEDED entry. The FORCE parameter indicates whether
320 /* 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 resolve
420 DT_NEEDED entry for this file at all if the entry is from a file
[all …]
/trueos/contrib/gcc/config/ia64/
HDt-hpux38 # DT_NEEDED entry for libunwind.
/trueos/contrib/binutils/ld/
HDNEWS42 Look for DT_NEEDED libraries in paths specified by ld.so.conf before
84 * ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag
85 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
HDChangeLog-2006897 DT_NEEDED libs.
1304 search directories for DT_NEEDED entries.
HDld.texinfo1070 This option affects ELF DT_NEEDED tags for dynamic libraries mentioned
1072 the linker will add a DT_NEEDED tag for each dynamic library mentioned
1074 needed. @option{--as-needed} causes DT_NEEDED tags to only be emitted
1084 DT_NEEDED tags in dynamic libraries mentioned on the command line after
1086 a DT_NEEDED tag for each dynamic library from DT_NEEDED tags.
1087 @option{--no-add-needed} causes DT_NEEDED tags will never be emitted
1088 for those libraries from DT_NEEDED tags. @option{--add-needed} restores
HDChangeLog-00012367 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
/trueos/contrib/binutils/include/elf/
HDcommon.h550 #define DT_NEEDED 1 macro
/trueos/sys/xen/interface/
HDelfstructs.h419 #define DT_NEEDED 1 /* string table offset of needed lib */ macro
/trueos/contrib/binutils/ld/po/
HDld.pot1417 "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"
/trueos/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp755 case DT_NEEDED: in printValue()
812 if (DynI->d_tag == ELF::DT_NEEDED) in printNeededLibraries()
/trueos/sys/sys/
HDelf_common.h373 #define DT_NEEDED 1 /* String table offset of a needed shared macro
/trueos/usr.bin/elfdump/
HDelfdump.c179 case DT_NEEDED: return "DT_NEEDED"; in d_tags()
884 case DT_NEEDED: in elf_print_dynamic()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1616 DT_NEEDED = 1, // String table offset of needed library. enumerator
/trueos/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h885 while (DI != DE && DI->getTag() != ELF::DT_NEEDED); in getLibraryNext()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp714 if (symbol.d_tag != DT_NEEDED) in ParseDependentModules()
/trueos/contrib/binutils/bfd/
HDelflink.c3058 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()
HDelf.c1241 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()
HDChangeLog-00011139 Call _bfd_elf_strtab_delref if DT_NEEDED entry is not needed or
4362 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
7244 dt_needed, to indicate if the symbol comes from a DT_NEEDED
7352 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
7353 entry if the shared object loaded by DT_NEEDED is used to
HDChangeLog-94952834 is an empty string, don't make a DT_NEEDED entry in the output
2835 file. Record all DT_NEEDED entries found in input dynamic
3857 DT_NEEDED seen in .dynamic section.
6490 is set, use that instead of the filename for the DT_NEEDED dynamic
/trueos/contrib/binutils/binutils/
HDreadelf.c1514 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()
/trueos/libexec/rtld-elf/
HDrtld.c1017 case DT_NEEDED: in digest_dynamic1()