Lines Matching refs:amt
95 bfd_size_type amt = sizeof (*ext); in aout_adobe_callback() local
96 if (bfd_bread ( ext, amt, abfd) != amt) in aout_adobe_callback()
148 amt = strlen (sect->name); in aout_adobe_callback()
149 newname = bfd_zalloc (abfd, amt); in aout_adobe_callback()
199 bfd_size_type amt = EXEC_BYTES_SIZE; in aout_adobe_object_p() local
201 if (bfd_bread (& exec_bytes, amt, abfd) != amt) in aout_adobe_object_p()
243 bfd_size_type amt = sizeof (struct bout_data_struct); in aout_adobe_mkobject() local
245 rawptr = bfd_zalloc (abfd, amt); in aout_adobe_mkobject()
274 bfd_size_type amt; in aout_adobe_write_object_contents() local
309 amt = EXEC_BYTES_SIZE; in aout_adobe_write_object_contents()
311 || bfd_bwrite (& swapped_hdr, amt, abfd) != amt) in aout_adobe_write_object_contents()
329 amt = sizeof (*sentinel); in aout_adobe_write_object_contents()
330 if (bfd_bwrite (sentinel, amt, abfd) != amt) in aout_adobe_write_object_contents()