Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 14 of 14) sorted by relevance

/tools/objtool/include/objtool/
Dwarn.h43 #define WARN(format, ...) \ macro
51 WARN("%s: " format, _str, ##__VA_ARGS__); \
59 WARN(" %s: " format, _str, ##__VA_ARGS__); \
64 WARN(format ": %s", ##__VA_ARGS__, elf_errmsg(-1))
/tools/include/asm/
Dbug.h10 #define WARN(condition, format...) ({ \ macro
41 if (WARN(!__warned, format)) \
/tools/objtool/
Dcheck.c281 WARN("calloc failed"); in cfi_alloc()
337 WARN("mmap fail cfi_hash"); in cfi_hash_alloc()
379 WARN("malloc failed"); in decode_instructions()
407 WARN("%s(): can't find starting instruction", in decode_instructions()
466 WARN("unexpected relocation symbol type in %s", sec->name); in add_dead_ends()
475 WARN("can't find unreachable insn at %s+0x%" PRIx64, in add_dead_ends()
480 WARN("can't find unreachable insn at %s+0x%" PRIx64, in add_dead_ends()
501 WARN("unexpected relocation symbol type in %s", sec->name); in add_dead_ends()
510 WARN("can't find reachable insn at %s+0x%" PRIx64, in add_dead_ends()
515 WARN("can't find reachable insn at %s+0x%" PRIx64, in add_dead_ends()
[all …]
Delf.c47 WARN("mmap fail " #name); \
284 WARN("unexpected data attributes for %s", in read_sections()
305 WARN("section entry mismatch"); in read_sections()
404 WARN("couldn't find section for symbol %s", in read_symbols()
443 WARN("%s(): parent function name exceeds maximum length of %d characters", in read_symbols()
453 WARN("%s(): can't find parent function", in read_symbols()
590 WARN("index out of range"); in elf_update_symbol()
601 WARN("malloc"); in elf_update_symbol()
628 WARN("zero size data"); in elf_update_symbol()
643 WARN("negative index"); in elf_update_symbol()
[all …]
Dobjtool.c110 WARN("won't handle more than one file at a time"); in objtool_open_read()
122 WARN("can't create backup file"); in objtool_open_read()
Dspecial.c155 WARN("%s size not a multiple of %d", in special_get_alts()
165 WARN("malloc failed"); in special_get_alts()
Dorc_gen.c124 WARN("malloc failed"); in orc_list_add()
224 WARN("file already has .orc_unwind section, skipping"); in orc_create()
Dorc_dump.c150 WARN("bad .orc_unwind section size"); in orc_dump()
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dbug_on.h11 #define WARN() BUG() macro
/tools/objtool/arch/x86/
Ddecode.c33 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_x86_64()
128 WARN("can't decode instruction at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
400 WARN("invalid LEA encoding at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
660 WARN("invalid NOP size: %d\n", len); in arch_nop_insn()
680 WARN("invalid RET size: %d\n", len); in arch_ret_insn()
/tools/testing/nvdimm/test/
Diomap.c147 WARN(1, "Missing reference count teardown definition\n"); in __wrap_devm_memremap_pages()
267 WARN(!res || resource_size(res) != n, in nfit_test_release_region()
307 WARN(1, "%pr already busy\n", res); in nfit_test_request_region()
/tools/perf/util/
Dheader.c303 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_tracing_data()
320 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_build_id()
884 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_auxtrace()
3422 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in do_write_feat()
Dparse-events.c199 if (WARN(!str, "WARNING: failed to provide error string\n")) in parse_events__handle_error()
/tools/memory-model/Documentation/
Daccess-marking.txt77 (including /proc and /sys output), WARN*()/BUG*() checks whose return