Searched refs:bpf_prog_def (Results 1 – 3 of 3) sorted by relevance
56 struct bpf_prog_def { struct
116 const struct bpf_prog_def SEC("progs") the_prog##_def = { \
92 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()