Searched refs:verbose_linfo (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 382 __printf(3, 4) static void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo() function 4628 verbose_linfo(env, insn_idx, "; "); in check_stack_write_fixed_off() 4875 verbose_linfo(env, env->insn_idx, "; "); in check_stack_read_fixed_off() 6810 verbose_linfo(env, insn_idx, "; "); in check_mem_access() 15189 verbose_linfo(env, t, "%d: ", t); in push_insn() 15211 verbose_linfo(env, t, "%d: ", t); in push_insn() 15212 verbose_linfo(env, w, "%d: ", w); in push_insn() 16704 verbose_linfo(env, insn_idx, "; "); in is_state_visited() 17073 verbose_linfo(env, env->insn_idx, "; "); in do_check()
|