Lines Matching refs:nlm_copyright_header
492 amt = sizeof (nlm_copyright_header (abfd)->stamp);
493 if (bfd_bread ((PTR) nlm_copyright_header (abfd)->stamp,
496 if (bfd_bread ((PTR) &(nlm_copyright_header (abfd)
501 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1;
502 if (bfd_bread ((PTR) nlm_copyright_header (abfd)->copyrightMessage,
712 if (find_nonzero ((PTR) nlm_copyright_header (abfd),
722 nlm_copyright_header (abfd)->copyrightMessageLength;
727 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1;
728 if (bfd_bwrite ((PTR) nlm_copyright_header (abfd)->copyrightMessage,
1411 if (find_nonzero ((PTR) nlm_copyright_header (abfd),
1414 + nlm_copyright_header (abfd)->copyrightMessageLength + 1);