Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c1461 static bool bpf_program__is_function_storage(struct bpf_program *prog, in bpf_program__is_function_storage() function
1474 if (bpf_program__is_function_storage(&obj->programs[i], obj)) in bpf_object__load_progs()
1949 } while (prog && bpf_program__is_function_storage(prog, obj)); in bpf_program__next()
2339 if (!bpf_program__is_function_storage(prog, obj) && !first_prog) in bpf_prog_load_xattr()