Home
last modified time | relevance | path

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

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