Searched refs:exec_bytes (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | aout-target.h | 135 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 D | i386aout.c | 53 struct external_exec exec_bytes; in i386aout_write_object_contents() local
|
| H A D | netbsd.h | 80 struct external_exec exec_bytes; in MY() local
|
| H A D | freebsd.h | 109 struct external_exec exec_bytes; in MY() local
|
| H A D | libaout.h | 639 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \ 642 || bfd_bwrite (& exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \
|
| H A D | bout.c | 185 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 D | mipsbsd.c | 134 struct external_exec exec_bytes; variable
|
| H A D | aoutf1.h | 188 struct external_exec exec_bytes; in sunos_write_object_contents() local
|
| H A D | i386linux.c | 74 struct external_exec exec_bytes; local
|
| H A D | sparclinux.c | 76 struct external_exec exec_bytes; local
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | aout_gnu.h | 75 struct exec_bytes struct
|