Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/security/
Dflush_utils.c54 static int warned; in sigill_handler() local
60 if (!warned++) in sigill_handler()
/tools/objtool/include/objtool/
Dwarn.h59 if (!_insn->sym || !_insn->sym->warned) \
63 _insn->sym->warned = 1; \
Delf.h68 u8 warned : 1; member
/tools/testing/radix-tree/
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/
Dcheck.c4706 if (sym->warned) { in disas_warned_funcs()
/tools/memory-model/Documentation/
Dexplanation.txt539 example of how the compiler can undermine the memory model. Be warned.