Searched refs:inform (Results 1 – 3 of 3) sorted by relevance
| /scripts/dtc/ |
| D | dtc.c | 167 const char *inform = NULL; in main() local 187 inform = optarg; in main() 295 if (inform == NULL) in main() 296 inform = guess_input_format(arg, "dts"); in main() 300 if (streq(inform, "dts")) in main() 306 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 308 if (streq(inform, "dts")) in main() 310 else if (streq(inform, "fs")) in main() 312 else if(streq(inform, "dtb")) in main() 315 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 | 25 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) 844 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|