| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | i386os9k.c | 85 mh_com exec_bytes; local 87 if (bfd_bread ((PTR) &exec_bytes, (bfd_size_type) MHCOM_BYTES_SIZE, abfd) 95 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync); 102 if (! os9k_swap_exec_header_in (abfd, &exec_bytes, &anexec))
|
| D | aout-target.h | 134 struct external_exec exec_bytes; /* Raw exec header from file. */ in MY() local 139 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt) in MY() 147 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in MY() 149 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info); in MY() 160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); in MY() 164 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in MY() 235 struct external_exec exec_bytes; in MY() local
|
| D | aout-tic30.c | 537 struct external_exec exec_bytes; /* Raw exec header from file. */ in tic30_aout_object_p() local 542 if (bfd_bread (& exec_bytes, amt, abfd) != amt) in tic30_aout_object_p() 550 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in tic30_aout_object_p() 552 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info); in tic30_aout_object_p() 562 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); in tic30_aout_object_p() 566 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in tic30_aout_object_p() 617 struct external_exec exec_bytes; in tic30_aout_write_object_contents() local 634 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes); in tic30_aout_write_object_contents() 643 if (bfd_bwrite (& exec_bytes, amt, abfd) != amt) in tic30_aout_write_object_contents()
|
| D | riscix.c | 125 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \ 128 || bfd_bwrite ((void *) & exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \ 608 struct external_exec exec_bytes; /* Raw exec header from file. */ in MY() local 612 if (bfd_bread ((void *) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd) in MY() 620 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info); in MY() 630 NAME (aout, swap_exec_header_in) (abfd, & exec_bytes, & exec); in MY()
|
| D | hp300hpux.c | 291 struct external_exec exec_bytes; variable 296 memset (&exec_bytes, 0, sizeof (exec_bytes)); 314 NAME (aout,swap_exec_header_out) (abfd, execp, &exec_bytes); 319 H_PUT_32 (abfd, (bfd_get_symcount (abfd) * 12), exec_bytes.e_drelocs); 322 || (bfd_bwrite ((PTR) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd)
|
| D | aout-adobe.c | 201 struct external_exec exec_bytes; in aout_adobe_object_p() local 205 if (bfd_bread (& exec_bytes, amt, abfd) != amt) in aout_adobe_object_p() 212 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info); in aout_adobe_object_p() 233 aout_adobe_swap_exec_header_in (abfd, &exec_bytes, &anexec); in aout_adobe_object_p()
|
| D | i386aout.c | 53 struct external_exec exec_bytes; in i386aout_write_object_contents() local
|
| D | pc532-mach.c | 89 struct external_exec exec_bytes; variable
|
| D | freebsd.h | 75 struct external_exec exec_bytes; in MY() local
|
| D | netbsd.h | 80 struct external_exec exec_bytes; in MY() local
|
| D | sparclynx.c | 153 struct external_exec exec_bytes; variable
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | aout-encap.c | 46 struct external_exec exec_bytes; local 70 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt) 76 NAME(aout,swap_exec_header_in) (abfd, &exec_bytes, &exec); 130 struct external_exec exec_bytes; local
|
| D | aout-target.h | 146 struct external_exec exec_bytes; /* Raw exec header from file */ variable 151 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt) 159 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); 161 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info); 169 NAME(aout,swap_exec_header_in) (abfd, &exec_bytes, &exec); 173 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); 260 struct external_exec exec_bytes; variable
|
| D | aout-tic30.c | 552 struct external_exec exec_bytes; /* Raw exec header from file. */ local 557 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt) 565 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); 567 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info); 577 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); 581 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); 634 struct external_exec exec_bytes; local 651 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes); 659 if (bfd_bwrite ((PTR) &exec_bytes, amt, abfd) != amt)
|
| D | riscix.c | 114 NAME(aout,swap_exec_header_out) (abfd, execp, &exec_bytes); \ 117 || bfd_bwrite ((PTR) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \ 640 struct external_exec exec_bytes; /* Raw exec header from file */ variable 644 if (bfd_bread ((PTR) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd) 652 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info); 659 NAME(aout,swap_exec_header_in) (abfd, &exec_bytes, &exec);
|
| D | hp300hpux.c | 291 struct external_exec exec_bytes; variable 296 memset (&exec_bytes, 0, sizeof (exec_bytes)); 314 NAME (aout,swap_exec_header_out) (abfd, execp, &exec_bytes); 319 H_PUT_32 (abfd, (bfd_get_symcount (abfd) * 12), exec_bytes.e_drelocs); 322 || (bfd_bwrite ((PTR) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd)
|
| D | i386os9k.c | 119 mh_com exec_bytes; local 121 if (bfd_bread ((PTR) &exec_bytes, (bfd_size_type) MHCOM_BYTES_SIZE, abfd) 129 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync); 136 if (! os9k_swap_exec_header_in (abfd, &exec_bytes, &anexec))
|
| D | aout-adobe.c | 112 struct external_exec exec_bytes; local 116 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt) 123 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info); 144 aout_adobe_swap_exec_header_in (abfd, &exec_bytes, &anexec);
|
| D | i386aout.c | 65 struct external_exec exec_bytes; local
|
| D | pc532-mach.c | 89 struct external_exec exec_bytes; variable
|
| D | netbsd.h | 80 struct external_exec exec_bytes; variable
|
| D | freebsd.h | 76 struct external_exec exec_bytes; variable
|
| D | sparclynx.c | 169 struct external_exec exec_bytes; variable
|
| D | i386lynx.c | 53 NAME(aout,swap_exec_header_out) (abfd, execp, &exec_bytes); \ 56 || bfd_bwrite ((PTR) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-hp300.h | 23 struct exec_bytes struct
|