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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c387 struct bpf_sec_def { struct
407 const struct bpf_sec_def *sec_def;
7775 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
9124 static struct bpf_sec_def *custom_sec_defs;
9125 static struct bpf_sec_def custom_fallback_def;
9238 static const struct bpf_sec_def section_defs[] = {
9345 struct bpf_sec_def *sec_def;
9392 struct bpf_sec_def *sec_defs;
9429 static bool sec_def_matches(const struct bpf_sec_def *sec_def, const char *sec_name)
9457 static const struct bpf_sec_def *find_sec_de
[all...]

Completed in 272 milliseconds