Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/powerpc/security/
A Dflush_utils.c54 static int warned; in sigill_handler() local
60 if (!warned++) in sigill_handler()
/tools/objtool/include/objtool/
A Dwarn.h80 if (!_insn->sym || !_insn->sym->warned) \
84 _insn->sym->warned = 1; \
A Delf.h68 u8 warned : 1; member
/tools/testing/radix-tree/
A Didr-test.c182 static bool warned = false; in idr_u32_test1() local
191 if (!warned && id > INT_MAX) in idr_u32_test1()
202 if (!warned && id > INT_MAX) { in idr_u32_test1()
204 warned = true; in idr_u32_test1()
/tools/objtool/
A Dcheck.c2312 static bool warned = false; in read_annotate() local
2313 if (!warned && opts.verbose) { in read_annotate()
2315 warned = true; in read_annotate()
3575 func->warned = 1; in validate_branch()
4622 if (sym->warned) { in disas_warned_funcs()
/tools/memory-model/Documentation/
A Dexplanation.txt539 example of how the compiler can undermine the memory model. Be warned.

Completed in 17 milliseconds