Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp92 optional<struct bpf_prog_def> prog_def; member
372 cs_temp.prog_def = pd[i]; in readCodeSections()
545 if (cs[i].prog_def.has_value()) { in loadCodeSections()
546 unsigned min_kver = cs[i].prog_def->min_kver; in loadCodeSections()
547 unsigned max_kver = cs[i].prog_def->max_kver; in loadCodeSections()
587 if (cs[i].prog_def->optional) { in loadCodeSections()
601 if (cs[i].prog_def.has_value()) { in loadCodeSections()
602 if (chown(progPinLoc.c_str(), (uid_t)cs[i].prog_def->uid, in loadCodeSections()
603 (gid_t)cs[i].prog_def->gid)) { in loadCodeSections()