Home | History | Annotate | Download | only in bfd

Lines Matching refs:copyrightMessageLength

274 				->copyrightMessageLength),
278 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1;
679 thdr.copyrightMessageLength[0] =
680 nlm_copyright_header (abfd)->copyrightMessageLength;
682 if (bfd_bwrite ((void *) thdr.copyrightMessageLength, amt, abfd) != amt)
685 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1;
1358 + nlm_copyright_header (abfd)->copyrightMessageLength + 1);