Home
last modified time | relevance | path

Searched refs:SWAP_MAGIC (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Daout-target.h146 #ifdef SWAP_MAGIC in MY()
147 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in MY()
162 #ifdef SWAP_MAGIC in MY()
164 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in MY()
Dfreebsd.h61 #define SWAP_MAGIC(ext) bfd_getl32 (ext) macro
Dnetbsd.h60 #define SWAP_MAGIC(ext) bfd_getb32 (ext) macro
Daout-tic30.c565 #ifdef SWAP_MAGIC in tic30_aout_object_p()
566 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in tic30_aout_object_p()
580 #ifdef SWAP_MAGIC in tic30_aout_object_p()
582 exec.a_info = SWAP_MAGIC (exec_bytes.e_info); in tic30_aout_object_p()
Dpdp11.c125 #define SWAP_MAGIC(ext) bfd_getl16 (ext) macro
DChangeLog-9697215 * freebsd.h (SWAP_MAGIC): Read magic number little and not big
3430 (SWAP_MAGIC): Define.
DChangeLog-94956073 * aout-target.h: Apply SWAP_MAGIC (if defined) after
10021 * aout-target.h, netbsd386.c: Replace NO_SWAP_MAGIC with SWAP_MAGIC,