Lines Matching refs:ERROR
96 ERROR("can't open '%s', \"objtool diff\" should be run from the kernel tree", symvers);
113 ERROR("malformed Module.symvers (sym) at line %d", line_num);
121 ERROR("malformed Module.symvers (mod) at line %d", line_num);
129 ERROR("malformed Module.symvers (type) at line %d", line_num);
136 ERROR("malformed Module.symvers at line %d", line_num);
173 ERROR("'%s' missing .discard.sym_checksum section, file not processed by 'objtool --checksum'?",
179 ERROR("missing reloc section for .discard.sym_checksum");
184 ERROR("struct sym_checksum size mismatch");
197 ERROR("can't find reloc for sym_checksum[%d]", i);
204 ERROR("not sure how to handle section %s", sym->name);
403 ERROR("FILE symbol mismatch: NULL != %s", file2_sym->name);
408 ERROR("FILE symbol mismatch: %s != NULL", file1_sym->name);
416 ERROR("FILE symbol mismatch: %s != %s", file1_sym->name, file2_sym->name);
524 ERROR("can't find sympos for %s", sym->name);
778 ERROR("missing .modinfo section");
941 ERROR("unexpected klp reloc for new symbol %s", patched_sym->name);
1131 ERROR("no clone for %s", patched_sym->name);
1290 ERROR("%s: missing special section relocations", sec->name);
1298 ERROR("%s: missing special section entsize or annotations", sec->name);
1416 ERROR("%s+0x%lx: unsupported static branch key %s. Use static_key_enabled() instead",
1427 ERROR("%s()+0x%lx: unsupported static call key %s. Use KLP_STATIC_CALL() instead",