Lines Matching defs:bpf_sec_def
386 struct bpf_sec_def {
406 const struct bpf_sec_def *sec_def;
7784 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
9105 static struct bpf_sec_def *custom_sec_defs;
9106 static struct bpf_sec_def custom_fallback_def;
9221 static const struct bpf_sec_def section_defs[] = {
9330 struct bpf_sec_def *sec_def;
9377 struct bpf_sec_def *sec_defs;
9414 static bool sec_def_matches(const struct bpf_sec_def *sec_def, const char *sec_name)
9442 static const struct bpf_sec_def *find_sec_def(const char *sec_name)
9444 const struct bpf_sec_def *sec_def;
9481 const struct bpf_sec_def *sec_def = §ion_defs[i];
9505 const struct bpf_sec_def *sec_def;
9892 const struct bpf_sec_def *sec_def;