Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfd_bwrite

574   if (bfd_bwrite (& nlm_variable_header (abfd)->descriptionLength, amt,
578 if (bfd_bwrite ((void *) nlm_variable_header (abfd)->descriptionText, amt,
585 if (bfd_bwrite (temp, amt, abfd) != amt)
591 if (bfd_bwrite (temp, amt, abfd) != amt)
596 if (bfd_bwrite (nlm_variable_header (abfd)->oldThreadName, amt,
602 if (bfd_bwrite (& nlm_variable_header (abfd)->screenNameLength, amt,
606 if (bfd_bwrite (nlm_variable_header (abfd)->screenName, amt, abfd) != amt)
611 if (bfd_bwrite (& nlm_variable_header (abfd)->threadNameLength, amt,
615 if (bfd_bwrite (nlm_variable_header (abfd)->threadName, amt, abfd) != amt)
661 if (bfd_bwrite ((void *) &thdr, (bfd_size_type) sizeof (thdr), abfd)
677 if (bfd_bwrite ((void *) thdr.stamp, amt, abfd) != amt)
682 if (bfd_bwrite ((void *) thdr.copyrightMessageLength, amt, abfd) != amt)
686 if (bfd_bwrite ((void *) nlm_copyright_header (abfd)->copyrightMessage,
785 if (bfd_bwrite ((void *) &thdr, (bfd_size_type) sizeof (thdr), abfd)
812 if (bfd_bwrite ((void *) &thdr, amt, abfd) != amt)
820 if (bfd_bwrite ((void *) &thdr, amt, abfd) != amt)
823 if (bfd_bwrite (nlm_custom_header (abfd)->hdr, amt, abfd) != amt)
843 if (bfd_bwrite ((void *) &thdr, amt, abfd) != amt)
1544 || bfd_bwrite (location, count, abfd) != count)
1834 if ((bfd_bwrite (&len, (bfd_size_type) sizeof (bfd_byte), abfd)
1836 || bfd_bwrite (sym->name, (bfd_size_type) len, abfd) != len)
1840 if (bfd_bwrite (temp, (bfd_size_type) sizeof (temp), abfd)
1900 if (bfd_bwrite (&type, (bfd_size_type) sizeof (bfd_byte), abfd)
1905 if (bfd_bwrite (temp, (bfd_size_type) sizeof (temp), abfd)
1910 if ((bfd_bwrite (&len, (bfd_size_type) sizeof (bfd_byte), abfd)
1912 || bfd_bwrite (sym->name, (bfd_size_type) len, abfd) != len)
1970 if (bfd_bwrite (fixed_header, nlm_fixed_header_size (abfd), abfd)