Searched refs:inform (Results 1 – 3 of 3) sorted by relevance
/scripts/dtc/ |
D | dtc.c | 163 const char *inform = NULL; in main() local 183 inform = optarg; in main() 286 if (inform == NULL) in main() 287 inform = guess_input_format(arg, "dts"); in main() 291 if (streq(inform, "dts")) in main() 297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 299 if (streq(inform, "dts")) in main() 301 else if (streq(inform, "fs")) in main() 303 else if(streq(inform, "dtb")) in main() 306 die("Unknown input format \"%s\"\n", inform); in main() [all …]
|
/scripts/gcc-plugins/ |
D | structleak_plugin.c | 155 inform(DECL_SOURCE_LOCATION(var), in initialize() 232 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__) 960 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|