Searched refs:natsize (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | i386lynx.c | 473 bfd_size_type natsize; in NAME() local 479 natsize = count; in NAME() 480 natsize *= each_size; in NAME() 481 native = (unsigned char *) bfd_zalloc (abfd, natsize); in NAME() 502 if (bfd_bwrite (native, natsize, abfd) != natsize) in NAME()
|
D | riscix.c | 399 bfd_size_type natsize; in riscix_squirt_out_relocs() local 405 natsize = each_size; in riscix_squirt_out_relocs() 406 natsize *= count; in riscix_squirt_out_relocs() 407 native = bfd_zalloc (abfd, natsize); in riscix_squirt_out_relocs() 419 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize) in riscix_squirt_out_relocs()
|
D | bout.c | 271 bfd_size_type natsize; in b_out_squirt_out_relocs() local 278 natsize = (bfd_size_type) count * sizeof (struct relocation_info); in b_out_squirt_out_relocs() 279 native = bfd_malloc (natsize); in b_out_squirt_out_relocs() 280 if (!native && natsize != 0) in b_out_squirt_out_relocs() 381 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize) in b_out_squirt_out_relocs()
|
D | pdp11.c | 1922 bfd_size_type natsize; in NAME() local 1924 natsize = section->size; in NAME() 1925 native = bfd_zalloc (abfd, natsize); in NAME() 1943 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize) in NAME()
|
D | aoutx.h | 2370 bfd_size_type natsize; in NAME() local 2376 natsize = (bfd_size_type) each_size * count; in NAME() 2377 native = (unsigned char *) bfd_zalloc (abfd, natsize); in NAME() 2400 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize) in NAME()
|