Searched refs:exec_bytes (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Di386aout.c53 struct external_exec exec_bytes; local
H A Dnetbsd.h80 struct external_exec exec_bytes; local
H A Daout-target.h135 struct external_exec exec_bytes; /* Raw exec header from file. */ local
140 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt)
148 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
150 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info);
161 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
165 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
236 struct external_exec exec_bytes; local
H A Dfreebsd.h109 struct external_exec exec_bytes; local
H A Dlibaout.h641 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
644 || bfd_bwrite (& exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \
H A Dbout.c185 struct external_exec exec_bytes; local
188 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt)
195 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
203 bout_swap_exec_header_in (abfd, &exec_bytes, &anexec);
H A Dmipsbsd.c134 struct external_exec exec_bytes; local
H A Daoutf1.h188 struct external_exec exec_bytes; local
H A Di386linux.c74 struct external_exec exec_bytes; local
H A Dsparclinux.c76 struct external_exec exec_bytes; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h75 struct exec_bytes struct

Completed in 193 milliseconds