/tools/gdb/ |
A D | error.c | 16 Warning(char *fmt, ...) in Warning() 30 Error(char *fmt, ...) in Error() 46 Perror(char *fmt, ...) in Perror()
|
/tools/ |
A D | dumpimage.h | 27 #define debug(fmt, args...) printf(fmt, ##args) argument 29 #define debug(fmt, args...) argument
|
A D | mkimage.h | 28 #define debug(fmt,args...) printf (fmt ,##args) argument 30 #define debug(fmt,args...) argument 33 #define log_debug(fmt, args...) debug(fmt, ##args) argument
|
A D | prelink-riscv.c | 44 #define die(fmt, ...) \ argument
|
A D | ifdtool.c | 27 #define debug(fmt, args...) printf(fmt, ##args) argument 29 #define debug(fmt, args...) argument 474 static int perror_fname(const char *fmt, const char *fname) in perror_fname()
|
A D | proftool.c | 264 #define error(fmt, b...) outf(0, fmt, ##b) argument 265 #define warn(fmt, b...) outf(1, fmt, ##b) argument 266 #define notice(fmt, b...) outf(2, fmt, ##b) argument 267 #define info(fmt, b...) outf(3, fmt, ##b) argument 268 #define debug(fmt, b...) outf(4, fmt, ##b) argument 270 static void outf(int level, const char *fmt, ...) in outf()
|
A D | atmelimage.c | 12 #define pr_err(fmt, args...) fprintf(stderr, "atmelimage Error: " fmt, ##args) argument
|
A D | sunxi_toc0.c | 32 #define pr_fmt(fmt) "mkimage (TOC0): %s: " fmt argument 33 #define pr_err(fmt, args...) fprintf(stderr, pr_fmt(fmt), "error", ##args) argument 34 #define pr_warn(fmt, args...) fprintf(stderr, pr_fmt(fmt), "warning", ##args) argument 35 #define pr_info(fmt, args...) fprintf(stderr, pr_fmt(fmt), "info", ##args) argument
|
A D | asn1_compiler.c | 314 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument 315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument 1264 static void render_opcode(FILE *out, const char *fmt, ...) in render_opcode() 1278 static void render_more(FILE *out, const char *fmt, ...) in render_more()
|
A D | relocate-rela.c | 79 static void debug(const char *fmt, ...) in debug()
|
A D | fit_image.c | 229 static int fdt_property_strf(void *fdt, const char *name, const char *fmt, ...) in fdt_property_strf()
|
A D | kwboot.c | 436 kwboot_printv(const char *fmt, ...) in kwboot_printv()
|
A D | kwbimage.c | 438 static void kwb_msg(const char *fmt, ...) in kwb_msg()
|
A D | mxsimage.c | 270 static void soprintf(struct sb_image_ctx *ictx, const char *fmt, ...) in soprintf()
|
/tools/binman/ |
A D | fmap_util.py | 112 def _FormatBlob(fmt, names, obj): argument
|