Searched refs:WARN (Results 1 – 14 of 14) sorted by relevance
/tools/objtool/include/objtool/ |
D | warn.h | 43 #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/ |
D | bug.h | 10 #define WARN(condition, format...) ({ \ macro 41 if (WARN(!__warned, format)) \
|
/tools/objtool/ |
D | check.c | 281 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 …]
|
D | elf.c | 47 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 …]
|
D | objtool.c | 110 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()
|
D | special.c | 155 WARN("%s size not a multiple of %d", in special_get_alts() 165 WARN("malloc failed"); in special_get_alts()
|
D | orc_gen.c | 124 WARN("malloc failed"); in orc_list_add() 224 WARN("file already has .orc_unwind section, skipping"); in orc_create()
|
D | orc_dump.c | 150 WARN("bad .orc_unwind section size"); in orc_dump()
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | bug_on.h | 11 #define WARN() BUG() macro
|
/tools/objtool/arch/x86/ |
D | decode.c | 33 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/ |
D | iomap.c | 147 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/ |
D | header.c | 303 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()
|
D | parse-events.c | 199 if (WARN(!str, "WARNING: failed to provide error string\n")) in parse_events__handle_error()
|
/tools/memory-model/Documentation/ |
D | access-marking.txt | 77 (including /proc and /sys output), WARN*()/BUG*() checks whose return
|