Searched refs:nlm_copyright_header (Results 1 – 3 of 3) sorted by relevance
269 amt = sizeof (nlm_copyright_header (abfd)->stamp); in nlm_swap_auxiliary_headers_in()270 if (bfd_bread ((void *) nlm_copyright_header (abfd)->stamp, in nlm_swap_auxiliary_headers_in()273 if (bfd_bread ((void *) &(nlm_copyright_header (abfd) in nlm_swap_auxiliary_headers_in()278 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1; in nlm_swap_auxiliary_headers_in()279 if (bfd_bread ((void *) nlm_copyright_header (abfd)->copyrightMessage, in nlm_swap_auxiliary_headers_in()670 if (find_nonzero (nlm_copyright_header (abfd), in nlm_swap_auxiliary_headers_out()680 nlm_copyright_header (abfd)->copyrightMessageLength; in nlm_swap_auxiliary_headers_out()685 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1; in nlm_swap_auxiliary_headers_out()686 if (bfd_bwrite ((void *) nlm_copyright_header (abfd)->copyrightMessage, in nlm_swap_auxiliary_headers_out()1353 if (find_nonzero (nlm_copyright_header (abfd), in nlm_compute_section_file_positions()[all …]
111 #define nlm_copyright_header(bfd) (nlm_tdata (bfd) -> nlm_copyright_hdr) macro
377 *nlm_copyright_header (outbfd) = copyright_hdr_struct; in main()