Searched refs:global_good (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_global_subprogs.c20 __noinline long global_good(void) function
27 return global_good() + global_bad() /* does BOOM indirectly */;
32 return global_good();
44 /* eventually global_good() is transitively validated as well */
45 __msg("Validating global_good() func")
46 __msg("('global_good') is safe for any args that match its prototype")

Completed in 103 milliseconds