Searched refs:obj_som_copyright_hdr (Results 1 – 2 of 2) sorted by relevance
194 #define obj_som_copyright_hdr(bfd) (somdata (bfd).copyright_aux_hdr) macro
3643 if (obj_som_copyright_hdr (abfd) != NULL) in som_begin_writing()3656 (obj_som_copyright_hdr (abfd), &ext_string_auxhdr); in som_begin_writing()3661 len = obj_som_copyright_hdr (abfd)->header_id.length - 4; in som_begin_writing()3664 if (bfd_bwrite ((void *) obj_som_copyright_hdr (abfd)->string, len, abfd) in som_begin_writing()5606 obj_som_copyright_hdr (abfd) = bfd_zalloc (abfd, amt); in bfd_som_attach_aux_hdr()5607 if (!obj_som_copyright_hdr (abfd)) in bfd_som_attach_aux_hdr()5609 obj_som_copyright_hdr (abfd)->header_id.type = COPYRIGHT_AUX_ID; in bfd_som_attach_aux_hdr()5610 obj_som_copyright_hdr (abfd)->header_id.length = len + pad + 4; in bfd_som_attach_aux_hdr()5611 obj_som_copyright_hdr (abfd)->string_length = len; in bfd_som_attach_aux_hdr()5612 memcpy (obj_som_copyright_hdr (abfd)->string, string, len); in bfd_som_attach_aux_hdr()[all …]