Searched refs:ARCH64 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Drs6000-nat.c74 # define ARCH64() 0 macro
76 # define ARCH64() (DEPRECATED_REGISTER_RAW_SIZE (0) == 8) macro
109 # define ARCH64_DECL(var) int var = ARCH64 ()
112 /* Return LDI's FIELD for a 64-bit process if ARCH64 and for a 32-bit process
123 /* Return various LDI fields for a 64-bit process if ARCH64 and for a 32-bit
246 if (!ARCH64 ())
316 if (!ARCH64 ())
416 process, which is 64-bit if ARCH64 and 32-bit otherwise. Return
462 int arch64 = ARCH64 ();
539 if (ARCH64 ())
[all...]

Completed in 96 milliseconds