Searched refs:inform (Results 1 – 3 of 3) sorted by relevance
/scripts/dtc/ |
D | dtc.c | 165 const char *inform = NULL; in main() local 185 inform = optarg; in main() 288 if (inform == NULL) in main() 289 inform = guess_input_format(arg, "dts"); in main() 293 if (streq(inform, "dts")) in main() 299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 301 if (streq(inform, "dts")) in main() 303 else if (streq(inform, "fs")) in main() 305 else if(streq(inform, "dtb")) in main() 308 die("Unknown input format \"%s\"\n", inform); in main() [all …]
|
/scripts/gcc-plugins/ |
D | structleak_plugin.c | 149 inform(DECL_SOURCE_LOCATION(var), in initialize() 225 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
D | randomize_layout_plugin.c | 29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) 875 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|