Lines Matching refs:bpf_sec_def
413 struct bpf_sec_def { struct
433 const struct bpf_sec_def *sec_def; argument
7944 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
9365 static struct bpf_sec_def *custom_sec_defs;
9366 static struct bpf_sec_def custom_fallback_def;
9480 static const struct bpf_sec_def section_defs[] = {
9591 struct bpf_sec_def *sec_def; in libbpf_register_prog_handler()
9638 struct bpf_sec_def *sec_defs; in libbpf_unregister_prog_handler()
9675 static bool sec_def_matches(const struct bpf_sec_def *sec_def, const char *sec_name) in sec_def_matches()
9703 static const struct bpf_sec_def *find_sec_def(const char *sec_name) in find_sec_def()
9705 const struct bpf_sec_def *sec_def; in find_sec_def()
9742 const struct bpf_sec_def *sec_def = §ion_defs[i]; in libbpf_get_type_names()
9766 const struct bpf_sec_def *sec_def; in libbpf_prog_type_by_name()
10163 const struct bpf_sec_def *sec_def; in libbpf_attach_type_by_name()