Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Drun_doxygen298 newh=`echo $oldh | sed 's/\\\\&\\././g' | ./stdheader`
299 sed "s=${oldh/\\/.}=${newh}=" $f > TEMP && mv TEMP $f
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Drun_doxygen271 newh=`echo $oldh | ./stdheader`
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c6731 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6750 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6753 if (newh == NULL in bfd_elf_size_dynamic_sections()
6754 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6755 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
6760 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6768 if (newh != NULL in bfd_elf_size_dynamic_sections()
6769 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()
6770 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6771 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c6674 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6693 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6696 if (newh == NULL in bfd_elf_size_dynamic_sections()
6697 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6698 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
6703 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6711 if (newh != NULL in bfd_elf_size_dynamic_sections()
6712 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()
6713 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6714 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbtdb.c1492 update_newheader(rdatasetheader_t *newh, rdatasetheader_t *old) { in update_newheader() argument
1498 newh->next = (rdatasetheader_t *)p; in update_newheader()
1503 newh->node = (dns_rbtnode_t *)p; in update_newheader()
1509 RDATASET_ATTR_SET(newh, attr); in update_newheader()
1510 memmove(newh->upper, old->upper, sizeof(old->upper)); in update_newheader()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbtdb.c1418 update_newheader(rdatasetheader_t * newh,rdatasetheader_t * old) update_newheader() argument