Searched refs:anexec (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | i386os9k.c | 119 struct internal_exec anexec; in os9k_object_p() local 130 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync); in os9k_object_p() 131 if (N_BADMAG (anexec)) in os9k_object_p() 137 if (! os9k_swap_exec_header_in (abfd, &exec_bytes, &anexec)) in os9k_object_p() 143 return aout_32_some_aout_object_p (abfd, &anexec, os9k_callback); in os9k_object_p()
|
D | aout-adobe.c | 196 struct internal_exec anexec; in aout_adobe_object_p() local 208 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info); in aout_adobe_object_p() 216 if (N_BADMAG (anexec)) in aout_adobe_object_p() 229 aout_adobe_swap_exec_header_in (abfd, &exec_bytes, &anexec); in aout_adobe_object_p() 230 return aout_32_some_aout_object_p (abfd, &anexec, aout_adobe_callback); in aout_adobe_object_p()
|
D | bout.c | 183 struct internal_exec anexec; in b_out_object_p() local 194 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info); in b_out_object_p() 196 if (N_BADMAG (anexec)) in b_out_object_p() 202 bout_swap_exec_header_in (abfd, &exec_bytes, &anexec); in b_out_object_p() 203 return aout_32_some_aout_object_p (abfd, &anexec, b_out_callback); in b_out_object_p()
|