Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c257 static const struct bpf_line_info *find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo() argument
266 if (!nr_linfo || insn_off >= prog->len) { in find_linfo()
272 if (insn_off < linfo[i].insn_off) { in find_linfo()
370 __printf(3, 4) static void verbose_linfo(struct bpf_verifier_env *env, u32 insn_off, const char *prefix_fmt, ...) in verbose_linfo() argument
378 linfo = find_linfo(env, insn_off); in verbose_linfo()
8620 /* check insn_off */ in check_btf_func()
8623 if (krecord[i].insn_off) { in check_btf_func()
8624 verbose(env, "nonzero insn_off %u for the first func info record", krecord[i].insn_off); in check_btf_func()
[all...]

Completed in 13 milliseconds