OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_MAGIC
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
netbsd.h
60
#define
SWAP_MAGIC
(ext) bfd_getb32 (ext)
freebsd.h
61
#define
SWAP_MAGIC
(ext) bfd_getl32 (ext)
aout-target.h
146
#ifdef
SWAP_MAGIC
147
exec.a_info =
SWAP_MAGIC
(exec_bytes.e_info);
162
#ifdef
SWAP_MAGIC
164
exec.a_info =
SWAP_MAGIC
(exec_bytes.e_info);
aout-tic30.c
565
#ifdef
SWAP_MAGIC
566
exec.a_info =
SWAP_MAGIC
(exec_bytes.e_info);
569
#endif /*
SWAP_MAGIC
*/
580
#ifdef
SWAP_MAGIC
582
exec.a_info =
SWAP_MAGIC
(exec_bytes.e_info);
[
all
...]
pdp11.c
125
#define
SWAP_MAGIC
(ext) bfd_getl16 (ext)
[
all
...]
Completed in 42 milliseconds