Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c3529 static bool bpf_program__is_function_storage(const struct bpf_program *prog, in bpf_program__is_function_storage() function
3542 if (bpf_program__is_function_storage(&obj->programs[i], obj)) in bpf_object__load_progs()
4306 } while (prog && bpf_program__is_function_storage(prog, obj)); in bpf_program__next()
4318 } while (prog && bpf_program__is_function_storage(prog, obj)); in bpf_program__prev()