Searched refs:expected_plt (Results 1 – 1 of 1) sorted by relevance
2378 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke() local2407 bpf_jit_plt(&expected_plt, ret, old_addr); in bpf_arch_text_poke()2408 if (memcmp(¤t_plt, &expected_plt, sizeof(current_plt))) in bpf_arch_text_poke()