Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 47) sorted by relevance

12

/scripts/gendwarfksyms/
Dgendwarfksyms.c70 error("dwarf_get_units failed: no debugging information?"); in process_module()
138 error("no input files?"); in main()
146 error("fopen failed for '%s': %s", symtypes_file, in main()
156 error("open failed for '%s': %s", argv[n], in main()
164 error("dwfl_begin failed for '%s': %s", argv[n], in main()
168 error("dwfl_report_offline failed for '%s': %s", in main()
174 error("dwfl_getmodules failed for '%s'", argv[n]); in main()
Dkabi.c109 error("unexpected end of kABI rules"); in get_rule_field()
160 error("elf_version failed: %s", elf_errmsg(-1)); in kabi_read_rules()
164 error("elf_begin failed: %s", elf_errmsg(-1)); in kabi_read_rules()
167 error("elf_getshdrstrndx failed: %s", elf_errmsg(-1)); in kabi_read_rules()
176 error("gelf_getshdr failed: %s", elf_errmsg(-1)); in kabi_read_rules()
180 error("elf_strptr failed: %s", elf_errmsg(-1)); in kabi_read_rules()
185 error("elf_getdata failed: %s", elf_errmsg(-1)); in kabi_read_rules()
202 error("kABI rule section too small: %zd bytes", left); in kabi_read_rules()
205 error("kABI rules are not null-terminated"); in kabi_read_rules()
216 error("unsupported kABI rule version: '%s'", field); in kabi_read_rules()
[all …]
Dsymbols.c100 error("no matching symbols: '%s'", sym->name); in symbol_set_crc()
111 error("no matching symbols: '%s'", sym->name); in symbol_set_ptr()
123 error("no matching symbols: '%s'", sym->name); in symbol_set_die()
141 error("malformed input line: %s", line); in symbol_read_exports()
203 error("elf_version failed: %s", elf_errmsg(-1)); in elf_for_each_global()
207 error("elf_begin failed: %s", elf_errmsg(-1)); in elf_for_each_global()
214 error("gelf_getshdr failed: %s", elf_errmsg(-1)); in elf_for_each_global()
219 error("elf_getdata failed: %s", elf_errmsg(-1)); in elf_for_each_global()
232 error("gelf_getshdr failed: %s", elf_errmsg(-1)); in elf_for_each_global()
240 error("elf_getdata failed: %s", elf_errmsg(-1)); in elf_for_each_global()
[all …]
Dtypes.c317 error("asprintf failed for '%s'", cache->fqn); in get_type_name()
332 error("unknown type reference to '%s' when expanding '%s'", in __calculate_version()
376 error("unknown child: %" PRIxPTR, in __type_expand()
397 error("empty die_fragment in %p", cache); in __type_expand()
424 error("empty type string override for '%s'", name); in type_parse()
449 error("incomplete %c# type reference for '%s' (string : '%s')", in type_parse()
457 error("empty %c# type name for '%s' (string: '%s')", in type_parse()
Ddwarf.c131 error("dwarf_cu_die failed: '%s'", dwarf_errmsg(-1)); in is_definition_private()
134 error("dwarf_getsrcfiles failed: '%s'", dwarf_errmsg(-1)); in is_definition_private()
138 error("dwarf_filesrc failed: '%s'", dwarf_errmsg(-1)); in is_definition_private()
191 error("vsnprintf overflow: increase MAX_FMT_BUFFER_SIZE"); in process_fmt()
525 error("structure member missing a type?"); in check_struct_member_kabi_status()
539 error("union member missing a type?"); in check_union_member_kabi_status()
661 error("member missing a type?"); in is_kabi_ignored()
686 error("unexpected structure_type child: %x", dwarf_tag(die)); in ___process_structure_type()
823 error("dwarf_die_addr_die failed"); in process_cached()
829 error("empty die_fragment"); in process_cached()
[all …]
Dgendwarfksyms.h45 #define error(format, ...) \ macro
70 error("`%s` failed: %d", #expr, __res); \
180 error("unexpected die_state: %d", state); in die_state_name()
/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr1 error: recursive dependency detected!
6 error: recursive dependency detected!
11 error: recursive dependency detected!
17 error: recursive dependency detected!
23 error: recursive dependency detected!
29 error: recursive dependency detected!
35 error: recursive dependency detected!
/scripts/genksyms/
Dparse.y136 | error ';' { $$ = $2; }
137 | error '}' { $$ = $2; }
322 | direct_declarator '(' error ')'
342 | direct_nested_declarator '(' error ')'
348 | '(' error ')'
396 | direct_m_abstract_declarator '(' error ')'
402 | '(' error ')'
428 | '{' error '}' { $$ = $3; }
444 | error ';'
/scripts/
Dcheck_extable.sh67 error=true
90 error=true
143 if [ "${error}" ]; then
DKconfig.include40 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found)
41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
43 # Get the C compiler name, version, and error out if it is not supported.
45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.)
49 # Get the assembler name, version, and error out if it is not supported.
51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.)
55 # Get the linker name, version, and error out if it is not supported.
57 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
Dunifdef.c216 static void error(const char *);
418 static void Eelif (void) { error("Inappropriate #elif"); } in Eelif()
419 static void Eelse (void) { error("Inappropriate #else"); } in Eelse()
420 static void Eendif(void) { error("Inappropriate #endif"); } in Eendif()
421 static void Eeof (void) { error("Premature EOF"); } in Eeof()
422 static void Eioccc(void) { error("Obfuscated preprocessor control line"); } in Eioccc()
532 error("Too many levels of nesting"); in nest()
624 error("EOF in comment"); in done()
1036 error("unterminated char literal"); in skipcomment()
1038 error("unterminated string literal"); in skipcomment()
[all …]
Dchecktransupdate.py101 logging.error("Cannot find the origin path for {file_path}")
108 logging.error("Cannot find the latest commit for %s", file_path)
114 logging.error("Error: Cannot find the latest origin commit for %s", file_path)
DMakefile.ubsan13 …NFIG_UBSAN_TRAP) += $(call cc-option,-fsanitize-trap=undefined,-fsanitize-undefined-trap-on-error)
Dchecksyscalls.sh273 $* -Wno-error -Wno-unused-macros -E -x c - > /dev/null
/scripts/gcc-plugins/
Darm_ssp_per_task_plugin.c72 error(G_("incompatible gcc/plugin versions")); in plugin_init()
82 error(G_("no value supplied for option '-fplugin-arg-%s-%s'"), in plugin_init()
91 error(G_("unknown option '-fplugin-arg-%s-%s'"), in plugin_init()
Dlatent_entropy_plugin.c139 error("%qE attribute only applies to functions and variables", in handle_latent_entropy_attribute()
146 error("variable %qD with %qE attribute must not be initialized", in handle_latent_entropy_attribute()
153 error("variable %qD with %qE attribute must not be local", in handle_latent_entropy_attribute()
162error("variable %qD with %qE attribute must be an integer or a fixed length integer array type or … in handle_latent_entropy_attribute()
178 error("structure variable %qD with %qE attribute has a non-integer field %qE", in handle_latent_entropy_attribute()
217 error("array variable %qD with %qE attribute must be a fixed length integer array type", in handle_latent_entropy_attribute()
600 error(G_("incompatible gcc/plugin versions")); in plugin_init()
609 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
Drandomize_layout_plugin.c60 error("%qE attribute does not apply to functions (%qF)", name, *node); in handle_randomize_layout_attr()
65 error("%qE attribute does not apply to function parameters (%qD)", name, *node); in handle_randomize_layout_attr()
70 error("%qE attribute does not apply to variables (%qD)", name, *node); in handle_randomize_layout_attr()
85 error("%qE attribute used on %qT applies to struct types only", name, type); in handle_randomize_layout_attr()
90 error("%qE attribute is already applied to the type %qT", name, type); in handle_randomize_layout_attr()
332 error(G_("attempted to randomize userland API struct %s"), ORIG_TYPE_NAME(type)); in relayout_struct()
470 error("Only string constants are supported as initializers " in update_decl_size()
839 error(G_("incompatible gcc/plugin versions")); in plugin_init()
857 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
861 error(G_("invalid seed value supplied for %s plugin"), plugin_name); in plugin_init()
[all …]
Dsancov_plugin.c110 error(G_("incompatible gcc/plugin versions")); in plugin_init()
119 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
Dstackleak_plugin.c564 error(G_("incompatible gcc/plugin versions")); in plugin_init()
572 error(G_("no value supplied for option '-fplugin-arg-%s-%s'"), in plugin_init()
579 error(G_("invalid option argument '-fplugin-arg-%s-%s=%s'"), in plugin_init()
585 error(G_("no value supplied for option '-fplugin-arg-%s-%s'"), in plugin_init()
597 error(G_("unknown option '-fplugin-arg-%s-%s'"), in plugin_init()
/scripts/dtc/
Dchecks.c35 bool warn, error; member
49 .error = (e_), \
71 if (!(c->warn && (quiet < 1)) && !(c->error && (quiet < 2))) in check_msg()
90 (c->error) ? "ERROR" : "Warning", c->name); in check_msg()
158 bool error = false; in run_check() local
170 error = error || run_check(prq, dti); in run_check()
190 if ((c->status != PASSED) && (c->error)) in run_check()
191 error = true; in run_check()
192 return error; in run_check()
2006 static void enable_warning_error(struct check *c, bool warn, bool error) in enable_warning_error() argument
[all …]
/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig10 # 'error-if' is similar, but it terminates the parsing immediately.
12 $(error-if,n,this should not be printed)
/scripts/gdb/linux/
Dutils.py193 except gdb.error:
200 except gdb.error:
217 except gdb.error:
Dconfig.py30 except gdb.error as e:
/scripts/coccinelle/null/
Dkmerr.cocci4 /// error handling code later in the function, which may be helpful
5 /// in determining what the error handling code for the call to kmalloc etc
/scripts/mod/
Dmodpost.h203 #define error(fmt, args...) modpost_log(true, fmt, ##args) macro
204 #define fatal(fmt, args...) do { error(fmt, ##args); exit(1); } while (1)

12