Home
last modified time | relevance | path

Searched refs:nlm_copyright_header (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h492 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),
[all …]
H A Dlibnlm.h124 #define nlm_copyright_header(bfd) (nlm_tdata(bfd) -> nlm_copyright_hdr) macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h270 amt = sizeof (nlm_copyright_header (abfd)->stamp); in nlm_swap_auxiliary_headers_in()
271 if (bfd_bread ((void *) nlm_copyright_header (abfd)->stamp, in nlm_swap_auxiliary_headers_in()
274 if (bfd_bread ((void *) &(nlm_copyright_header (abfd) in nlm_swap_auxiliary_headers_in()
279 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1; in nlm_swap_auxiliary_headers_in()
280 if (bfd_bread ((void *) nlm_copyright_header (abfd)->copyrightMessage, in nlm_swap_auxiliary_headers_in()
671 if (find_nonzero (nlm_copyright_header (abfd), in nlm_swap_auxiliary_headers_out()
681 nlm_copyright_header (abfd)->copyrightMessageLength; in nlm_swap_auxiliary_headers_out()
686 amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1; in nlm_swap_auxiliary_headers_out()
687 if (bfd_bwrite ((void *) nlm_copyright_header (abfd)->copyrightMessage, in nlm_swap_auxiliary_headers_out()
1354 if (find_nonzero (nlm_copyright_header (abfd), in nlm_compute_section_file_positions()
[all …]
H A Dlibnlm.h110 #define nlm_copyright_header(bfd) (nlm_tdata (bfd) -> nlm_copyright_hdr) macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c379 *nlm_copyright_header (outbfd) = copyright_hdr_struct; in main()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c375 *nlm_copyright_header (outbfd) = copyright_hdr_struct; in main()