Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Di386os9k.c85 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))
Daout-target.h134 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
Daout-tic30.c537 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()
Driscix.c125 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()
Dhp300hpux.c291 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)
Daout-adobe.c201 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()
Di386aout.c53 struct external_exec exec_bytes; in i386aout_write_object_contents() local
Dpc532-mach.c89 struct external_exec exec_bytes; variable
Dfreebsd.h75 struct external_exec exec_bytes; in MY() local
Dnetbsd.h80 struct external_exec exec_bytes; in MY() local
Dsparclynx.c153 struct external_exec exec_bytes; variable
/openbsd/src/gnu/usr.bin/binutils/bfd/
Daout-encap.c46 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
Daout-target.h146 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
Daout-tic30.c552 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)
Driscix.c114 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);
Dhp300hpux.c291 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)
Di386os9k.c119 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))
Daout-adobe.c112 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);
Di386aout.c65 struct external_exec exec_bytes; local
Dpc532-mach.c89 struct external_exec exec_bytes; variable
Dnetbsd.h80 struct external_exec exec_bytes; variable
Dfreebsd.h76 struct external_exec exec_bytes; variable
Dsparclynx.c169 struct external_exec exec_bytes; variable
Di386lynx.c53 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/
Dobj-hp300.h23 struct exec_bytes struct

12