Home
last modified time | relevance | path

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

12

/scripts/gendwarfksyms/
A 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()
A 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()
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()
205 error("kABI rules are not null-terminated"); in kabi_read_rules()
216 error("unsupported kABI rule version: '%s'", field); in kabi_read_rules()
229 error("unsupported kABI rule type: '%s'", field); in kabi_read_rules()
254 error("asprintf failed for '%s %s'", fqn, field); in get_enumerator_target()
[all …]
A 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()
243 error("expected sh_entsize (%lu) to be %zu", in elf_for_each_global()
257 error("gelf_getsymshndx failed: %s", in elf_for_each_global()
[all …]
A 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()
A Ddwarf.c131 error("dwarf_cu_die failed: '%s'", dwarf_errmsg(-1)); in is_definition_private()
138 error("dwarf_filesrc failed: '%s'", dwarf_errmsg(-1)); in is_definition_private()
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()
823 error("dwarf_die_addr_die failed"); in process_cached()
829 error("empty die_fragment"); in process_cached()
941 error("unexpected type: %x", tag); in process_type()
1022 error("%s must be a pointer type!", in save_symbol_ptr()
1026 error("%s pointer missing a type attribute?", in save_symbol_ptr()
[all …]
A 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/
A 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/
A Dparse.y139 | error ';' { $$ = $2; }
140 | error '}' { $$ = $2; }
324 | direct_declarator '(' error ')'
347 | direct_nested_declarator1 '(' error ')'
353 | '(' error ')'
408 | direct_abstract_declarator1 open_paren error ')'
414 | open_paren error ')'
445 | '{' error '}' { $$ = $3; }
461 | error ';'
/scripts/
A Dcheck_extable.sh67 error=true
90 error=true
143 if [ "${error}" ]; then
A 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.)
A 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 …]
A Dchecktransupdate.py134 logging.error("Cannot find the origin path for {file_path}")
141 logging.error("Cannot find the latest commit for %s", file_path)
150 logging.error("Error: Cannot find the latest origin commit for %s", file_path)
A Dchecksyscalls.sh273 $* -Wno-error -Wno-unused-macros -E -x c - > /dev/null
A DMakefile.ubsan4 …CFLAGS_UBSAN_TRAP := $(call cc-option,-fsanitize-trap=undefined,-fsanitize-undefined-trap-on-error)
/scripts/gdb/linux/
A Dutils.py198 except gdb.error:
205 except gdb.error:
222 except gdb.error:
231 raise gdb.error("Unexpected qemu.PhyMemMode")
234 raise gdb.error("Failed to set qemu.PhyMemMode")
239 raise gdb.error("Failed to restore qemu.PhyMemMode")
A Dconfig.py30 except gdb.error as e:
/scripts/gcc-plugins/
A 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()
A 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 …]
A 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/
A Dchecks.c35 bool warn, error; member
49 .error = (e_), \
170 error = error || run_check(prq, dti); in run_check()
191 error = true; in run_check()
192 return error; in run_check()
2011 if ((warn && !c->warn) || (error && !c->error)) in enable_warning_error()
2016 c->error = c->error || error; in enable_warning_error()
2025 if ((warn && c->warn) || (error && c->error)) { in disable_warning_error()
2037 c->error = c->error && !error; in disable_warning_error()
2076 error = error || run_check(c, dti); in process_checks()
[all …]
/scripts/kconfig/tests/preprocess/builtin_func/
A DKconfig10 # 'error-if' is similar, but it terminates the parsing immediately.
12 $(error-if,n,this should not be printed)
/scripts/lib/kdoc/
A Dkdoc_files.py104 def error(self, msg): member in KernelFiles
107 self.config.log.error(msg)
142 self.error(f"Error: Cannot check EXPORT_SYMBOL* on {fname}")
153 self.error(f"Cannot find file {fname}")
/scripts/coccinelle/null/
A 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/
A Dmodpost.c1087 error("%s: local symbol '%s' was exported\n", mod->name, in check_export_symbol()
1105 error("%s: unknown license '%s' was specified for '%s'\n", in check_export_symbol()
1484 error("%s: too long path was truncated\n", cmd_file); in extract_crcs_for_object()
1545 error("%s: too long path was truncated\n", objlist); in mod_set_crcs()
1573 error("%s: filename must be suffixed with .o\n", modname); in read_symbols()
1591 error("missing MODULE_LICENSE() in %s\n", modname); in read_symbols()
1819 error("module name is too long [%s.ko]\n", mod->name); in check_modname_len()
1960 error("too long symbol \"%s\" [%s.ko]\n", in add_versions()
2104 error("%s: too long path was truncated\n", fname); in write_mod_c_file()
2157 error("%s: unknown license %s. skip", symname, export); in read_dump()
[all …]
A Dmodpost.h241 #define error(fmt, args...) modpost_log(true, fmt, ##args) macro
242 #define fatal(fmt, args...) do { error(fmt, ##args); exit(1); } while (1)

Completed in 41 milliseconds

12