Searched refs:__printf__ (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | as.h | 451 #define __printf__ printf macro 457 __attribute__ ((__format__ (__printf__, 1, 2))) 460 __attribute__ ((__format__ (__printf__, 3, 4)))
|
D | ChangeLog-9899 | 4605 `__printf__' in function attributes, rather than `format' and
|
/toolchain/binutils/binutils-2.25/include/ |
D | ansidecl.h | 337 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m) 365 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure.ac | 635 __attribute__ ((__format__ (__printf__, 1, 2)));
|
D | configure | 7578 __attribute__ ((__format__ (__printf__, 1, 2)));
|