Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDecoff.c3005 bfd_size_type symdefsize; in _bfd_ecoff_write_armap() local
3024 symdefsize = hashsize * 8; in _bfd_ecoff_write_armap()
3029 mapsize = symdefsize + stringsize + 8; in _bfd_ecoff_write_armap()
3082 hashtable = bfd_zalloc (abfd, symdefsize); in _bfd_ecoff_write_armap()
3128 if (bfd_bwrite ((void *) hashtable, symdefsize, abfd) != symdefsize) in _bfd_ecoff_write_armap()