Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDbout.c272 bfd_size_type natsize; in b_out_squirt_out_relocs() local
279 natsize = (bfd_size_type) count * sizeof (struct relocation_info); in b_out_squirt_out_relocs()
280 native = bfd_malloc (natsize); in b_out_squirt_out_relocs()
281 if (!native && natsize != 0) in b_out_squirt_out_relocs()
382 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize) in b_out_squirt_out_relocs()
HDaoutx.h2344 bfd_size_type natsize; in NAME() local
2350 natsize = (bfd_size_type) each_size * count; in NAME()
2351 native = bfd_zalloc (abfd, natsize); in NAME()
2374 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize) in NAME()