Searched refs:newh (Results 1 – 4 of 4) sorted by relevance
290 struct radius_rx_handler **handlers, *newh; in radius_client_register() local301 newh = os_realloc_array(*handlers, *num + 1, in radius_client_register()303 if (newh == NULL) in radius_client_register()306 newh[*num].handler = handler; in radius_client_register()307 newh[*num].data = data; in radius_client_register()309 *handlers = newh; in radius_client_register()
5821 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local5840 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()5843 if (newh == NULL in bfd_elf_size_dynamic_sections()5844 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()5845 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()5850 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()5858 if (newh != NULL in bfd_elf_size_dynamic_sections()5859 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()5860 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()5861 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
5999 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local6018 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()
6355 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local6374 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()6377 if (newh == NULL in bfd_elf_size_dynamic_sections()6378 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()6379 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()6384 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()6392 if (newh != NULL in bfd_elf_size_dynamic_sections()6393 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()6394 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()6395 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()