Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c357 struct bpf_sec_def { struct
377 const struct bpf_sec_def *sec_def; argument
7127 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
8473 static const struct bpf_sec_def section_defs[] = {
8558 static struct bpf_sec_def *custom_sec_defs;
8559 static struct bpf_sec_def custom_fallback_def;
8569 struct bpf_sec_def *sec_def; in libbpf_register_prog_handler()
8616 struct bpf_sec_def *sec_defs; in libbpf_unregister_prog_handler()
8649 static bool sec_def_matches(const struct bpf_sec_def *sec_def, const char *sec_name) in sec_def_matches()
8677 static const struct bpf_sec_def *find_sec_def(const char *sec_name) in find_sec_def()
[all …]