Home | History | Annotate | Download | only in bfd

Lines Matching refs:amt

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