Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c5999 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6018 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6021 if (newh == NULL in bfd_elf_size_dynamic_sections()
6022 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6023 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
6028 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6036 if (newh != NULL in bfd_elf_size_dynamic_sections()
6037 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()
6038 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6039 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()