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

  /toolchain/binutils/binutils-2.27/bfd/
i386aout.c 54 struct external_exec exec_bytes; local
i386os9k.c 120 mh_com exec_bytes; local
122 if (bfd_bread (&exec_bytes, (bfd_size_type) MHCOM_BYTES_SIZE, abfd)
130 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync);
137 if (! os9k_swap_exec_header_in (abfd, &exec_bytes, &anexec))
netbsd.h 80 struct external_exec exec_bytes; local
pc532-mach.c 83 struct external_exec exec_bytes; local
aout-target.h 134 struct external_exec exec_bytes; /* Raw exec header from file. */ local
139 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt)
147 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
149 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info);
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
164 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
235 struct external_exec exec_bytes; local
freebsd.h 75 struct external_exec exec_bytes; local
hp300hpux.c 281 struct external_exec exec_bytes; local
284 memset (&exec_bytes, 0, sizeof (exec_bytes));
302 NAME (aout,swap_exec_header_out) (abfd, execp, &exec_bytes);
307 H_PUT_32 (abfd, (bfd_get_symcount (abfd) * 12), exec_bytes.e_drelocs);
310 || (bfd_bwrite (&exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd)
riscix.c 123 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
126 || bfd_bwrite ((void *) & exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \
623 struct external_exec exec_bytes; /* Raw exec header from file. */ local
627 if (bfd_bread ((void *) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd)
635 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
645 NAME (aout, swap_exec_header_in) (abfd, & exec_bytes, & exec);
aout-adobe.c 197 struct external_exec exec_bytes; local
201 if (bfd_bread (& exec_bytes, amt, abfd) != amt)
208 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
229 aout_adobe_swap_exec_header_in (abfd, &exec_bytes, &anexec);
aout-tic30.c 553 struct external_exec exec_bytes; /* Raw exec header from file. */ local
558 if (bfd_bread (& exec_bytes, amt, abfd) != amt)
566 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
568 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
578 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
582 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
633 struct external_exec exec_bytes; local
647 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes);
656 if (bfd_bwrite (& exec_bytes, amt, abfd) != amt)
    [all...]
sparclynx.c 150 struct external_exec exec_bytes; local
aout-cris.c 120 struct external_exec exec_bytes; local
i386lynx.c 49 NAME(aout,swap_exec_header_out) (abfd, execp, &exec_bytes); \
52 || bfd_bwrite (&exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \
libaout.h 639 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
642 || bfd_bwrite (& exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \
bout.c 184 struct external_exec exec_bytes; local
187 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt)
194 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
202 bout_swap_exec_header_in (abfd, &exec_bytes, &anexec);
    [all...]
mipsbsd.c 130 struct external_exec exec_bytes; local
aoutf1.h 187 struct external_exec exec_bytes; local
i386linux.c 70 struct external_exec exec_bytes; local
m68klinux.c 69 struct external_exec exec_bytes; local
sparclinux.c 66 struct external_exec exec_bytes; local
pdp11.c 294 struct external_exec exec_bytes; local
314 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes);
319 if (bfd_bwrite ((void *) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 75 struct exec_bytes struct

Completed in 2719 milliseconds