Searched refs:WARN (Results 1 – 11 of 11) sorted by relevance
/tools/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))
|
D | elf.c | 190 WARN("unexpected data attributes for %s", in read_sections() 200 WARN("section entry mismatch"); in read_sections() 217 WARN("missing symbol table"); in read_symbols() 254 WARN("couldn't find section for symbol %s", in read_symbols() 309 WARN("%s(): parent function name exceeds maximum length of %d characters", in read_symbols() 319 WARN("%s(): can't find parent function", in read_symbols() 363 WARN("can't find base section for rela section %s", in read_relas() 390 WARN("can't find rela entry symbol %d for %s", in read_relas() 534 WARN("can't find .shstrtab or .strtab section"); in elf_create_section()
|
D | check.c | 251 WARN("malloc failed"); in decode_instructions() 278 WARN("%s(): can't find starting instruction", in decode_instructions() 322 WARN("unexpected relocation symbol type in %s", sec->name); in add_dead_ends() 338 WARN("can't find unreachable insn at %s+0x%x", in add_dead_ends() 343 WARN("can't find unreachable insn at %s+0x%x", in add_dead_ends() 364 WARN("unexpected relocation symbol type in %s", sec->name); in add_dead_ends() 380 WARN("can't find reachable insn at %s+0x%x", in add_dead_ends() 385 WARN("can't find reachable insn at %s+0x%x", in add_dead_ends() 423 WARN("unexpected relocation symbol type in %s: %d", sec->name, rela->sym->type); in add_ignores() 528 WARN("unexpected relocation symbol type in %s", sec->name); in add_ignore_alternatives() [all …]
|
D | special.c | 175 WARN("%s size not a multiple of %d", in special_get_alts() 185 WARN("malloc failed"); in special_get_alts()
|
D | orc_gen.c | 92 WARN("missing symbol for section %s", insn_sec->name); in create_orc_entry() 133 WARN("file already has .orc_unwind section, skipping"); in create_orc_sections()
|
D | orc_dump.c | 145 WARN("bad .orc_unwind section size"); in orc_dump()
|
/tools/include/asm/ |
D | bug.h | 10 #define WARN(condition, format...) ({ \ macro 41 if (WARN(!__warned, format)) \
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | bug_on.h | 11 #define WARN() BUG() macro
|
/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/objtool/arch/x86/ |
D | decode.c | 37 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_x86_64()
|
/tools/perf/util/ |
D | header.c | 299 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_tracing_data() 316 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_build_id() 881 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_auxtrace() 2960 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in do_write_feat()
|