Home
last modified time | relevance | path

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

/system/bpf/progs/include/
Dbpf_map_def.h56 struct bpf_prog_def { struct
Dbpf_helpers.h116 const struct bpf_prog_def SEC("progs") the_prog##_def = { \
/system/bpf/libbpf_android/
DLoader.cpp92 optional<struct bpf_prog_def> prog_def;
279 static int readProgDefs(ifstream& elfFile, vector<struct bpf_prog_def>& pd) { in readProgDefs()
285 pd.resize(pdData.size() / sizeof(struct bpf_prog_def)); in readProgDefs()
341 vector<struct bpf_prog_def> pd; in readCodeSections()