Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em131 /* Handle the generation of DT_NEEDED tags. */
139 DT_NEEDED entry for this file, unless it is used to resolve
145 DT_NEEDED entry for any dynamic library in DT_NEEDED tags from
253 /* See if an input file matches a DT_NEEDED entry by running stat on
297 shared library has a DT_NEEDED entry of libc.so.5. This is a
356 /* For DT_NEEDED, they have to match. */
419 /* We've found a dynamic object matching the DT_NEEDED entry. */
451 DT_NEEDED entry for this file, unless it is used to resolve
859 /* See if an input file matches a DT_NEEDED entry by name. */
1139 /* Get the list of files which appear in DT_NEEDED entries in
[all …]
/dragonfly/contrib/file/src/
H A Dreadelf.h463 #define DT_NEEDED 1 /* Name of needed library (DT_STRTAB offset) */ macro
H A Dreadelf.c1145 case DT_NEEDED: in dodynamic()
/dragonfly/sys/sys/
H A Delf_common.h497 #define DT_NEEDED 1 /* String table offset of a needed shared macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h711 #define DT_NEEDED 1 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h744 #define DT_NEEDED 1 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h948 #define DT_NEEDED 1 macro
/dragonfly/contrib/binutils-2.34/gold/
H A Ddynobj.cc312 case elfcpp::DT_NEEDED: in read_dynamic()
H A Dlayout.cc5176 odyn->add_string(elfcpp::DT_NEEDED, (*p)->soname()); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddynobj.cc312 case elfcpp::DT_NEEDED: in read_dynamic()
H A Dlayout.cc4767 odyn->add_string(elfcpp::DT_NEEDED, (*p)->soname()); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h687 DT_NEEDED = 1,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h684 DT_NEEDED = 1,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h90 _ELF_DEFINE_DT(DT_NEEDED, 1, "names a needed library") \
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c3274 if (dyn.d_tag == DT_NEEDED in elf_add_dt_needed_tag()
3288 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex)) in elf_add_dt_needed_tag()
3394 case DT_NEEDED: in elf_finalize_dynstr()
3821 if (dyn.d_tag == DT_NEEDED) in elf_link_add_object_symbols()
7282 if (dyn.d_tag == DT_NEEDED) in bfd_elf_get_bfd_needed_list()
H A Delf.c1618 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c3102 if (dyn.d_tag == DT_NEEDED in elf_add_dt_needed_tag()
3116 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex)) in elf_add_dt_needed_tag()
3207 case DT_NEEDED: in elf_finalize_dynstr()
3563 if (dyn.d_tag == DT_NEEDED) in elf_link_add_object_symbols()
7098 if (dyn.d_tag == DT_NEEDED) in bfd_elf_get_bfd_needed_list()
H A Delf.c1254 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c3541 if (dyn.d_tag == DT_NEEDED in elf_add_dt_needed_tag()
3555 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex)) in elf_add_dt_needed_tag()
3694 case DT_NEEDED: in elf_finalize_dynstr()
4125 if (dyn.d_tag == DT_NEEDED) in elf_link_add_object_symbols()
7844 if (dyn.d_tag == DT_NEEDED) in bfd_elf_get_bfd_needed_list()
H A Delf.c1755 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo1275 This option affects ELF DT_NEEDED tags for dynamic libraries mentioned
1277 the linker will add a DT_NEEDED tag for each dynamic library mentioned
1279 needed or not. @option{--as-needed} causes a DT_NEEDED tag to only be
1282 the library is not found in the DT_NEEDED lists of other needed libraries, a
1408 by DT_NEEDED tags @emph{inside} ELF dynamic libraries mentioned on the
1409 command line. Normally the linker won't add a DT_NEEDED tag to the
1410 output binary for each library mentioned in a DT_NEEDED tag in an
1413 follow it will have their DT_NEEDED entries added. The default
1419 their DT_NEEDED tags to other libraries, in order to resolve symbols
1422 dynamic library itself. No DT_NEEDED links will be traversed to resolve
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c1980 case DT_NEEDED: return "NEEDED"; in get_dynamic_type()
6565 case DT_NEEDED: in process_ia64_vms_dynamic_relocs()
9488 case DT_NEEDED : in process_dynamic_section()
9519 case DT_NEEDED: in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2115 case DT_NEEDED: return "NEEDED"; in get_dynamic_type()
7208 case DT_NEEDED: in process_ia64_vms_dynamic_relocs()
10329 case DT_NEEDED : in process_dynamic_section()
10360 case DT_NEEDED: in process_dynamic_section()
/dragonfly/libexec/rtld-elf/
H A Drtld.c1116 case DT_NEEDED: in digest_dynamic1()