Home
last modified time | relevance | path

Searched refs:DYN_AS_NEEDED (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em123 link_class = DYN_AS_NEEDED;
251 if ((bfd_elf_get_dyn_lib_class (s->the_bfd) & DYN_AS_NEEDED) != 0)
850 & DYN_AS_NEEDED) == 0)
858 && (bfd_elf_get_dyn_lib_class (s->the_bfd) & DYN_AS_NEEDED) != 0)
1109 && (bfd_elf_get_dyn_lib_class (l->by) & DYN_AS_NEEDED) != 0)
1122 || (bfd_elf_get_dyn_lib_class (ll->by) & DYN_AS_NEEDED) == 0)
1134 & DYN_AS_NEEDED) == 0)
/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in.h625 DYN_AS_NEEDED = 1, enumerator
Delflink.c3089 if ((elf_dyn_lib_class (needed->by) & DYN_AS_NEEDED) == 0 in on_needed_list()
3490 & (DYN_AS_NEEDED | DYN_DT_NEEDED in elf_link_add_object_symbols()
3736 if ((elf_dyn_lib_class (abfd) & DYN_AS_NEEDED) != 0) in elf_link_add_object_symbols()
4421 && (elf_dyn_lib_class (abfd) & DYN_AS_NEEDED) != 0 in elf_link_add_object_symbols()
4446 (elf_dyn_lib_class (abfd) & ~DYN_AS_NEEDED); in elf_link_add_object_symbols()
4470 if ((elf_dyn_lib_class (abfd) & DYN_AS_NEEDED) != 0) in elf_link_add_object_symbols()
Dbfd-in2.h632 DYN_AS_NEEDED = 1, enumerator
DChangeLog-200434 (elf_link_add_object_symbols): Remove DYN_AS_NEEDED from as-needed
2230 * elflink.c (elf_link_add_object_symbols): Check DYN_AS_NEEDED,
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c3311 && (elf_dyn_lib_class (abfd) & DYN_AS_NEEDED) != 0))) in open_input_bfds()