Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c386 struct bpf_sec_def { struct
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_de
[all...]

Completed in 15 milliseconds