Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/radius/
HDradius_client.c290 struct radius_rx_handler **handlers, *newh; in radius_client_register() local
301 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()
/dragonfly/contrib/gdb-7/bfd/
HDelflink.c5821 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
5840 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()
/dragonfly/contrib/binutils-2.27/bfd/
HDelflink.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()
/dragonfly/contrib/binutils-2.34/bfd/
HDelflink.c6355 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6374 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()