HomeSort by relevance Sort by last modified time
    Searched full:anexec (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
i386os9k.c 119 struct internal_exec anexec; local
130 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync);
131 if (N_BADMAG (anexec))
137 if (! os9k_swap_exec_header_in (abfd, &exec_bytes, &anexec))
143 return aout_32_some_aout_object_p (abfd, &anexec, os9k_callback);
aout-adobe.c 196 struct internal_exec anexec; local
208 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
216 if (N_BADMAG (anexec))
229 aout_adobe_swap_exec_header_in (abfd, &exec_bytes, &anexec);
230 return aout_32_some_aout_object_p (abfd, &anexec, aout_adobe_callback);
bout.c 183 struct internal_exec anexec; local
194 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
196 if (N_BADMAG (anexec))
202 bout_swap_exec_header_in (abfd, &exec_bytes, &anexec);
203 return aout_32_some_aout_object_p (abfd, &anexec, b_out_callback);
    [all...]

Completed in 1196 milliseconds