Home
last modified time | relevance | path

Searched refs:swapped_hdr (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Daout-adobe.c271 struct external_exec swapped_hdr; in aout_adobe_write_object_contents() local
307 aout_adobe_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr); in aout_adobe_write_object_contents()
311 || bfd_bwrite (& swapped_hdr, amt, abfd) != amt) in aout_adobe_write_object_contents()
Dbout.c395 struct external_exec swapped_hdr; in b_out_write_object_contents() local
418 bout_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr); in b_out_write_object_contents()
422 || bfd_bwrite ((void *) &swapped_hdr, amt, abfd) != amt) in b_out_write_object_contents()