HomeSort by relevance Sort by last modified time
    Searched refs:swapped_hdr (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
aout-adobe.c 271 struct external_exec swapped_hdr; local
307 aout_adobe_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr);
311 || bfd_bwrite (& swapped_hdr, amt, abfd) != amt)
bout.c 395 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)
    [all...]

Completed in 437 milliseconds