Lines Matching defs:bpf_sec_def
412 struct bpf_sec_def {
432 const struct bpf_sec_def *sec_def;
8003 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
9426 static struct bpf_sec_def *custom_sec_defs;
9427 static struct bpf_sec_def custom_fallback_def;
9565 static const struct bpf_sec_def section_defs[] = {
9676 struct bpf_sec_def *sec_def;
9723 struct bpf_sec_def *sec_defs;
9760 static bool sec_def_matches(const struct bpf_sec_def *sec_def, const char *sec_name)
9788 static const struct bpf_sec_def *find_sec_def(const char *sec_name)
9790 const struct bpf_sec_def *sec_def;
9827 const struct bpf_sec_def *sec_def = §ion_defs[i];
9851 const struct bpf_sec_def *sec_def;
10248 const struct bpf_sec_def *sec_def;