Home
last modified time | relevance | path

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

/tools/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))
Delf.c190 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()
Dcheck.c251 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 …]
Dspecial.c175 WARN("%s size not a multiple of %d", in special_get_alts()
185 WARN("malloc failed"); in special_get_alts()
Dorc_gen.c92 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()
Dorc_dump.c145 WARN("bad .orc_unwind section size"); in orc_dump()
/tools/include/asm/
Dbug.h10 #define WARN(condition, format...) ({ \ macro
41 if (WARN(!__warned, format)) \
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dbug_on.h11 #define WARN() BUG() macro
/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/objtool/arch/x86/
Ddecode.c37 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_x86_64()
/tools/perf/util/
Dheader.c299 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()