Searched refs:swapped_hdr (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Daout-adobe.c275 struct external_exec swapped_hdr; local
311 aout_adobe_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr);
315 || bfd_bwrite (& swapped_hdr, amt, abfd) != amt)
H A Dbout.c396 struct external_exec swapped_hdr; local
419 bout_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr);
423 || bfd_bwrite ((void *) &swapped_hdr, amt, abfd) != amt)
/haiku-buildtools/binutils/bfd/
H A Daout-adobe.c272 struct external_exec swapped_hdr; local
308 aout_adobe_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr);
312 || bfd_bwrite (& swapped_hdr, amt, abfd) != amt)
H A Dbout.c395 struct external_exec swapped_hdr; local
418 bout_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr);
422 || bfd_bwrite ((void *) &swapped_hdr, amt, abfd) != amt)

Completed in 106 milliseconds