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

/freebsd-9.3-release/gnu/usr.bin/gdb/arch/amd64/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/arm/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/i386/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/ia64/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/mips/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/powerpc/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/powerpc64/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/sparc64/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalprint.c266 #if defined (CC_HAS_LONG_LONG) && !defined (PRINTF_HAS_LONG_LONG)
307 #if defined (CC_HAS_LONG_LONG) && !defined (PRINTF_HAS_LONG_LONG)
363 #if defined (CC_HAS_LONG_LONG) && defined (PRINTF_HAS_LONG_LONG)
402 #else /* !CC_HAS_LONG_LONG || !PRINTF_HAS_LONG_LONG */
449 #endif /* CC_HAS_LONG_LONG || PRINTF_HAS_LONG_LONG */
H A Dprintcmd.c1981 #if defined (CC_HAS_LONG_LONG) && defined (PRINTF_HAS_LONG_LONG)

Completed in 57 milliseconds