Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c384 struct bpf_sec_def { struct
404 const struct bpf_sec_def *sec_def; argument
7529 static const struct bpf_sec_def *find_sec_def(const char *sec_name);
8879 static const struct bpf_sec_def section_defs[] = {
8966 static struct bpf_sec_def *custom_sec_defs;
8967 static struct bpf_sec_def custom_fallback_def;
8977 struct bpf_sec_def *sec_def;
9024 struct bpf_sec_def *sec_defs;
9057 static bool sec_def_matches(const struct bpf_sec_def *sec_def, const char *sec_name)
9085 static const struct bpf_sec_def *find_sec_def(const char *sec_name)
[all …]